[][src]Function openthread_sys::otPlatBleReset

pub unsafe extern "C" fn otPlatBleReset(aInstance: *mut otInstance) -> otError

Reset the Bluetooth Low Energy subsystem.

@param[in] aInstance The OpenThread instance structure.

@retval ::OT_ERROR_NONE Successfully reset. @retval ::OT_ERROR_FAILED The BLE stack could not be reset.