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
Macro | Description |
---|---|
BLE_GAP_DATA_STATUS_COMPLETE | All expected data has been received completely. |
BLE_GAP_DATA_STATUS_MORE_DATA | Data received is incomplete; more data is expected to follow. |
BLE_GAP_DATA_STATUS_DATA_TRUNCATED | Data received is incomplete and truncated; no further data is expected. |