pub unsafe extern "C" fn ble_hs_shutdown(reason: c_int) -> c_int
Expand description
@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.