1.1.2.3.1.1.3.10 BLE_ANCS_EvtErrInd_T
C
typedef struct
{
uint16_t connHandle;
uint8_t errCode;
} BLE_ANCS_EvtErrInd_T;Description
Data structure for BLE_ANCS_EVT_ERR_IND event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| errCode | Reason why the request has generated an error response. See ANCS_ERROR_CODES. |
