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

FieldDescription
startHandleStarting handle for the read operation.
endHandleEnding handle for the read operation.
attrTypeLengthLength of the attribute type UUID. Use 2 for 16-bit UUIDs and 16 for 128-bit UUIDs.
attrTypeAttribute type UUID to read, in little-endian format.