Rf Suspend Status
C
#define BT_SYS_RF_NOT_SUSPEND 0 #define BT_SYS_RF_SUSPENDED_NO_SLEEP 1 #define BT_SYS_RF_SUSPENDED_WITH_SLEEP 2
Description
The definition of rf suspend status.
Macro Definition
| Macro | Description | 
|---|---|
| BT_SYS_RF_NOT_SUSPEND | BLE RF is not allowed to suspend. | 
| BT_SYS_RF_SUSPENDED_NO_SLEEP | BLE RF is allowed to suspended without ble sleep mode. | 
| BT_SYS_RF_SUSPENDED_WITH_SLEEP | BLE RF is allowed to suspended with ble sleep mode. | 
