BLE_ANCS_EvtErrInd_T

C

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

Field Documentation

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