GATTC_ReadByTypeParams_T
C
typedef struct GATTC_ReadByTypeParams_T
{
uint16_t startHandle;
uint16_t endHandle;
uint8_t attrTypeLength;
uint8_t attrType[ATT_MAX_UUID_SIZE];
} GATTC_ReadByTypeParams_T;Description
Structure for a GATT Read By Type Request.
Field Documentation
| Field | Description |
|---|---|
| startHandle | Starting handle for the read operation. |
| endHandle | Ending handle for the read operation. |
| attrTypeLength | Length of the attribute type UUID. Use 2 for 16-bit UUIDs and 16 for 128-bit UUIDs. |
| attrType | Attribute type UUID to read, in little-endian format. |
