Operation of periodic advertising data
C
#define BLE_GAP_PERIODIC_ADV_DATA_OP_COMPLETE 0x03 #define BLE_GAP_PERIODIC_ADV_DATA_OP_UNCHANGED 0x04
Description
Defines operations related to periodic advertising data.
Macro Definition
| Macro | Description |
|---|---|
| BLE_GAP_PERIODIC_ADV_DATA_OP_COMPLETE | Indicates that the periodic advertising data is complete and ready for use or broadcast. |
| BLE_GAP_PERIODIC_ADV_DATA_OP_UNCHANGED | Operation indicating unchanged data (only update the Advertising DID). |
