GATT_EvtError_T

C

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

Description

Structure for the GATTC_EVT_ERROR_RESP event.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
reqOpcodeOpcode of the request that resulted in an error response.
attrHandleHandle of the attribute related to the error.
errCodeError code explaining the reason for the error response (see ATT error codes).