Received data status

C

#define BLE_GAP_DATA_STATUS_COMPLETE                            0x00
#define BLE_GAP_DATA_STATUS_MORE_DATA                           0x01
#define BLE_GAP_DATA_STATUS_DATA_TRUNCATED                      0x02

Defines the status of received data in a BLE operation.

Macro Definition

MacroDescription
BLE_GAP_DATA_STATUS_COMPLETEAll expected data has been received completely.
BLE_GAP_DATA_STATUS_MORE_DATAData received is incomplete; more data is expected to follow.
BLE_GAP_DATA_STATUS_DATA_TRUNCATEDData received is incomplete and truncated; no further data is expected.