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

MacroDescription
BT_SYS_RF_NOT_SUSPENDRF is not suspended; normal operation.
BT_SYS_RF_SUSPENDED_NO_SLEEPRF is suspended without entering BLE sleep mode.
BT_SYS_RF_SUSPENDED_WITH_SLEEPRF is suspended and BLE sleep mode is enabled.