1.1.2.1.2.3.32 GATTS_SendReadByTypeRespParams_T

C

typedef struct GATTS_SendReadByTypeRespParams_T
{
    uint16_t    allPairsLength;
    uint8_t     eachPairLength;
    uint8_t     attrDataList[BLE_ATT_MAX_MTU_LEN - ATT_READ_BY_TYPE_RESP_HEADER_SIZE];
}   GATTS_SendReadByTypeRespParams_T;

Description

GATT Send Read By Type Response parameters.

Field Documentation

FieldDescription
allPairsLengthLength of all handle-value pairs.
eachPairLengthLength of one handle-value pair. Read By Type Response may contain multiple handle-value pairs of the same length.
attrDataListHandle-value pairs to be sent to Client. The data format should be little endian.