Function otPlatBleReset

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

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.