1.1.2.1.1.1.12 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
| Macro | Description |
|---|---|
| BLE_GAP_EXT_ADV_REPORT_DATA_STATUS_COMPLETE | Complete. |
| BLE_GAP_EXT_ADV_REPORT_DATA_STATUS_MORE | Incomplete, more data to come. |
| BLE_GAP_EXT_ADV_REPORT_DATA_STATUS_TRUNCATED | Incomplete, data truncated, no more to come. |
