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
| Field | Description | 
|---|---|
| allPairsLength | Length of all handle-value pairs. | 
| eachPairLength | Length of one handle-value pair. Read By Type Response may contain multiple handle-value pairs of the same length. | 
| attrDataList | Handle-value pairs to be sent to Client. The data format should be little endian. | 
