pub unsafe extern "C" fn ble_hs_sched_reset(reason: c_int)
Expand description

Causes the host to reset the NimBLE stack as soon as possible. The application is notified when the reset occurs via the host reset callback.

@param reason The host error code that gets passed to the reset callback.