1.2.2.1.1.1.41 Options for creating sync
C
#define BLE_GAP_SYNC_CREATE_OPTION_USE_ADV_LIST (1 << 0) #define BLE_GAP_SYNC_CREATE_OPTION_REPORT_DISABLED (1 << 1)
Description
The definition of creating sync options.
Macro Definition
| Macro | Description |
|---|---|
| BLE_GAP_SYNC_CREATE_OPTION_USE_ADV_LIST | Use the Periodic Advertiser List to determine which advertiser to listen to. |
| BLE_GAP_SYNC_CREATE_OPTION_REPORT_DISABLED | Reporting initially disabled. |
