Function riot_sys::ble_hs_init

source ·
pub unsafe extern "C" fn ble_hs_init()
Expand description

Initializes the NimBLE host. This function must be called before the OS is started. The NimBLE stack requires an application task to function. One application task in particular is designated as the “host parent task”. In addition to application-specific work, the host parent task does work for NimBLE by processing events generated by the host.