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

FieldDescription
reqOpcodeOpcode of the request that resulted in this error response, as defined in ATT opcodes.
errorCodeError code explaining the reason for the error, as defined in ATT error codes.
attrHandleHandle of the attribute related to this error response.