Operation of periodic advertising data
C
#define BLE_GAP_PERIODIC_ADV_DATA_OP_INTERMEDIATE 0x00 #define BLE_GAP_PERIODIC_ADV_DATA_OP_FIRST_FRAG 0x01 #define BLE_GAP_PERIODIC_ADV_DATA_OP_LAST_FRAG 0x02 #define BLE_GAP_PERIODIC_ADV_DATA_OP_COMPLETE 0x03
Description
Defines operations related to periodic advertising data.
Macro Definition
| Macro | Description | 
|---|---|
| BLE_GAP_PERIODIC_ADV_DATA_OP_INTERMEDIATE | Indicates the intermediate fragment of fragmented periodic advertising data. | 
| BLE_GAP_PERIODIC_ADV_DATA_OP_FIRST_FRAG | Indicates the first fragment of fragmented periodic advertising data. | 
| BLE_GAP_PERIODIC_ADV_DATA_OP_LAST_FRAG | Indicates the last fragment of fragmented periodic advertising data. | 
| BLE_GAP_PERIODIC_ADV_DATA_OP_COMPLETE | Indicates that the periodic advertising data is complete and ready for use or broadcast. | 
