Lines Matching full:host
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
25 Another event indicated by the host is a *controller reset*. The NimBLE
27 communication between the host and controller. Upon resetting, the host
29 reset, the application should refrain from using the host until sync is
32 An application learns of a host reset by configuring the host's *reset
40 The ``reason`` parameter is a :doc:`NimBLE host return
53 #include "host/ble_hs.h"