1.2.2.1.2.3.33 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

FieldDescription
attrLengthLength of the read attribute.
responseTypeRead response type, ATT opcodes. Only ATT_READ_RSP/ATT_READ_BLOB_RSP are allowed.
attrValueValue to be sent in Read response.