1.1.2.1.6.1.2 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

MacroDescription
BT_SYS_RF_NOT_SUSPENDBLE RF is not allowed to suspend.
BT_SYS_RF_SUSPENDED_NO_SLEEPBLE RF is allowed to suspended without ble sleep mode.
BT_SYS_RF_SUSPENDED_WITH_SLEEPBLE RF is allowed to suspended with ble sleep mode.