1.1.2.1.2.3.31 GATTS_SendErrRespParams_T

C

typedef struct GATTS_SendErrRespParams_T
{
    uint8_t     reqOpcode;
    uint8_t     errorCode;
    uint16_t    attrHandle;
}   GATTS_SendErrRespParams_T;

Description

GATT Send Error Response parameters.

Field Documentation

FieldDescription
reqOpcodeRequest that generated this error response. See ATT opcodes.
errorCodeReason why the request has generated an error response. See ATT error code.
attrHandleAttribute handle that generated this error response.