Options for creating synchronization

C

#define BLE_GAP_SYNC_CREATE_OPTION_USE_ADV_LIST                 (1 << 0)
#define BLE_GAP_SYNC_CREATE_OPTION_REPORT_DISABLED              (1 << 1)

Description

Defines the options for creating synchronization with a periodic advertising train.

Macro Definition

MacroDescription
BLE_GAP_SYNC_CREATE_OPTION_USE_ADV_LISTOption to use the Periodic Advertiser List for synchronization.
BLE_GAP_SYNC_CREATE_OPTION_REPORT_DISABLEDOption to disable reporting initially when synchronization is created.