Options for enabling periodic advertising

C

#define BLE_GAP_PA_ENABLE_OPTION_EN                             (1 << 0)
#define BLE_GAP_PA_ENABLE_OPTION_ADI                            (1 << 1)

Description

Defines the options for enabling periodic advertising.

Macro Definition

MacroDescription
BLE_GAP_PA_ENABLE_OPTION_ENEnable periodic advertising.
BLE_GAP_PA_ENABLE_OPTION_ADIInclude the ADI field in AUX_SYNC_IND PDUs.