1.2.2.1.1.1.40 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

The definition of periodic advertising event operations.

Macro Definition

MacroDescription
BLE_GAP_PERIODIC_ADV_DATA_OP_INTERMEDIATEIntermediate fragment of fragmented periodic advertising data.
BLE_GAP_PERIODIC_ADV_DATA_OP_FIRST_FRAGFirst fragment of fragmented periodic advertising data.
BLE_GAP_PERIODIC_ADV_DATA_OP_LAST_FRAGLast fragment of fragmented periodic advertising data.
BLE_GAP_PERIODIC_ADV_DATA_OP_COMPLETEComplete periodic advertising data.