BLE_ANCS_EvtErrInd_T

C

typedef struct BLE_ANCS_EvtErrInd_T
{
    uint16_t    				connHandle;
    uint8_t     				errCode;
} BLE_ANCS_EvtErrInd_T;

Description

Structure for the BLE_ANCS_EVT_ERR_IND event.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
errCodeError code specifying the reason for the error. Refer to ANCS error codes for details.