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 GATTC_EVT_ERROR_RESP event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| reqOpcode | Opcode of the request that resulted in an error response. |
| attrHandle | Handle of the attribute related to the error. |
| errCode | Error code explaining the reason for the error response (see ATT error code). |
