Received data status

C

#define BLE_GAP_DATA_STATUS_COMPLETE                            (0x00U)
#define BLE_GAP_DATA_STATUS_MORE_DATA                           (0x01U)
#define BLE_GAP_DATA_STATUS_DATA_TRUNCATED                      (0x02U)

Description

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.