BLE_ANCS_EvtErrAttrBufInd_T

C

typedef struct BLE_ANCS_EvtErrAttrBufInd_T
{
    uint16_t                    connHandle;
    BLE_ANCS_NtfyAttrId_T       attrId;
    uint16_t                    len;
} BLE_ANCS_EvtErrAttrBufInd_T;

Description

Structure for the BLE_ANCS_EVT_ERR_ATTR_BUF_IND event.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
attrIdIdentifier of the attribute that caused the error. See BLE_ANCS_NtfyAttrId_T.
lenLength of the attribute data.