1.1.2.1.2.3.10 GATT_EvtError_T

C

typedef struct GATT_EvtError_T
{
    uint16_t    connHandle;
    uint8_t     reqOpcode;
    uint16_t    attrHandle;
    uint8_t     errCode;
}   GATT_EvtError_T;

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
reqOpcodeRequest that generated this error response.
attrHandleThe attribute handle that generated this error response.
errCodeReason why the request has generated an error response. See ATT error code.