[][src]Function apache_nimble_sys::ble_hs_evq_set

pub unsafe extern "C" fn ble_hs_evq_set(evq: *mut ble_npl_eventq)

Designates the specified event queue for NimBLE host work. By default, the host uses the default event queue and runs in the main task. This function is useful if you want the host to run in a different task.

@param evq The event queue to use for host work.