Searched +full:combined +full:- +full:host +full:- +full:controller (Results 1 – 3 of 3) sorted by relevance
2 ------------------------------------7 The NimBLE stack is inoperable while the host and controller are out of8 sync. In a combined host-controller app, the sync happens immediately at9 startup. When the host and controller are separate, sync typically11 learns when sync is achieved by configuring the host's *sync callback*:12 ``ble_hs_cfg.sync_cb``. The host calls the sync callback whenever sync15 .. code-block:: cpp25 Another event indicated by the host is a *controller reset*. The NimBLE27 communication between the host and controller. Upon resetting, the host28 drops all BLE connections and loses sync with the controller. After a[all …]
9 # http://www.apache.org/licenses/LICENSE-2.021 description: 'Indicates that a BLE host is present.'26 Causes the BLE host to automatically start during system36 Rather than wait for HCI acknowledgements from a controller, the37 host simulates incoming acks. Only recommended for test code42 Specifies whether the host can depend on the kernel being present.137 Whether the out-of-band pairing algorithm is advertised. (0/1)145 Whether man-in-the-middle protection is advertised during399 Whether to enable host-side flow control. This should only be400 enabled in host-only setups (i.e., not combined-host-controller).[all …]
1 NimBLE Host Return Codes2 ------------------------14 …host reports status to the application via a set of return codes. The host encompasses several lay…18 …---------------------------+----------------------------------------------------------------------…21 | Core | Errors detected internally by the NimBLE host. …22 …---------------------------+----------------------------------------------------------------------…24 …---------------------------+----------------------------------------------------------------------…25 | HCI | The controller has reported an error to the host via a command comple…26 …---------------------------+----------------------------------------------------------------------…28 …---------------------------+----------------------------------------------------------------------…[all …]