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
Defines the RF suspend status indicating if the RF can be suspended and under what conditions.
Macro Definition
Macro | Description |
---|---|
BT_SYS_RF_NOT_SUSPEND | RF is not suspended; normal operation. |
BT_SYS_RF_SUSPENDED_NO_SLEEP | RF is suspended without entering BLE sleep mode. |
BT_SYS_RF_SUSPENDED_WITH_SLEEP | RF is suspended and BLE sleep mode is enabled. |