GATTS_SendErrRespParams_T
C
typedef struct GATTS_SendErrRespParams_T
{
uint8_t reqOpcode;
uint8_t errorCode;
uint16_t attrHandle;
} GATTS_SendErrRespParams_T;Description
Structure for sending a GATT Error Response.
Field Documentation
| Field | Description |
|---|---|
| reqOpcode | Opcode of the request that resulted in this error response, as defined in ATT opcodes. |
| errorCode | Error code explaining the reason for the error, as defined in ATT error code. |
| attrHandle | Handle of the attribute related to this error response. |
