GATTS_SendReadRespParams_T
C
typedef struct GATTS_SendReadRespParams_T
{
uint16_t attrLength;
uint8_t responseType;
uint8_t attrValue[BLE_ATT_MAX_MTU_LEN - ATT_READ_RESP_HEADER_SIZE];
} GATTS_SendReadRespParams_T;Description
GATT Send Read Response parameters.
Field Documentation
| Field | Description |
|---|---|
| attrLength | Length of the read attribute. |
| responseType | Read response type, ATT opcodes. Only ATT_READ_RSP/ATT_READ_BLOB_RSP are allowed. |
| attrValue | Value to be sent in Read response. |
