Home
last modified time | relevance | path

Searched +full:combined +full:- +full:host +full:- +full:controller (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/
H A Dble_sync_cb.rst2 ------------------------------------
7 The NimBLE stack is inoperable while the host and controller are out of
8 sync. In a combined host-controller app, the sync happens immediately at
9 startup. When the host and controller are separate, sync typically
11 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 sync
15 .. code-block:: cpp
25 Another event indicated by the host is a *controller reset*. The NimBLE
27 communication between the host and controller. Upon resetting, the host
28 drops all BLE connections and loses sync with the controller. After a
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dsyscfg.yml9 # http://www.apache.org/licenses/LICENSE-2.0
21 description: 'Indicates that a BLE host is present.'
26 Causes the BLE host to automatically start during system
36 Rather than wait for HCI acknowledgements from a controller, the
37 host simulates incoming acks. Only recommended for test code
42 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 during
399 Whether to enable host-side flow control. This should only be
400 enabled in host-only setups (i.e., not combined-host-controller).
[all …]
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/
H A Dble_hs_return_codes.rst1 NimBLE Host Return Codes
2 ------------------------
14host 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 …]