RF suspned status
C
#define BT_SYS_RF_NOT_SUSPEND (0U) #define BT_SYS_RF_SUSPENDED_NO_SLEEP (1U) #define BT_SYS_RF_SUSPENDED_WITH_SLEEP (2U)
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. |