1.1.2.1.2.3.12 GATT_EvtRead_T

C

typedef struct GATT_EvtRead_T
{
    uint16_t    connHandle;
    uint16_t    attrHandle;
    uint8_t     readType;
    uint16_t    readOffset;
}   GATT_EvtRead_T;

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
attrHandleHandle of the attribute to be read.
readTypeRead Type. Only ATT_READ_BY_TYPE_REQ/ATT_READ_REQ/ATT_READ_BLOB_REQ are allowed. See ATT opcodes.
readOffsetOffset of the first octet to be read. Used for Read Blob request only.