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

MacroDescription
BLE_GAP_PERIODIC_ADV_DATA_OP_INTERMEDIATEIndicates the intermediate fragment of fragmented periodic advertising data.
BLE_GAP_PERIODIC_ADV_DATA_OP_FIRST_FRAGIndicates the first fragment of fragmented periodic advertising data.
BLE_GAP_PERIODIC_ADV_DATA_OP_LAST_FRAGIndicates the last fragment of fragmented periodic advertising data.
BLE_GAP_PERIODIC_ADV_DATA_OP_COMPLETEIndicates that the periodic advertising data is complete and ready for use or broadcast.