1.2.2.1.1.1.13 Data status for extended advertising report

C

#define BLE_GAP_EXT_ADV_REPORT_DATA_STATUS_COMPLETE             0x00
#define BLE_GAP_EXT_ADV_REPORT_DATA_STATUS_MORE                 0x01
#define BLE_GAP_EXT_ADV_REPORT_DATA_STATUS_TRUNCATED            0x02

Description

The definition of extended advertising report data status.

Macro Definition

MacroDescription
BLE_GAP_EXT_ADV_REPORT_DATA_STATUS_COMPLETEComplete.
BLE_GAP_EXT_ADV_REPORT_DATA_STATUS_MOREIncomplete, more data to come.
BLE_GAP_EXT_ADV_REPORT_DATA_STATUS_TRUNCATEDIncomplete, data truncated, no more to come.