BLE_ANCS_EvtErrInd_T
C
typedef struct
{
uint16_t connHandle;
uint8_t errCode;
} BLE_ANCS_EvtErrInd_T;Description
Structure for the BLE_ANCS_EVT_ERR_IND event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| errCode | Error code specifying the reason for the error. Refer to ANCS error codes for details. |
