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
| Macro | Description |
|---|---|
| BLE_GAP_PA_ENABLE_OPTION_EN | Enable periodic advertising. |
| BLE_GAP_PA_ENABLE_OPTION_ADI | Include the ADI field in AUX_SYNC_IND PDUs. |
