[][src]Function apache_nimble_sys::ble_hs_shutdown

pub unsafe extern "C" fn ble_hs_shutdown(reason: c_int) -> c_int

@brief Called when the system is shutting down. Stops the BLE host.

@param reason The reason for the shutdown. One of the HAL_RESET_[...] codes or an implementation-defined value.

@return SYSDOWN_IN_PROGRESS.