1.2.2.3.2.1.3.13 BLE_ANPC_EvtWriteNewAlertRspInd_T
C
typedef struct BLE_ANPC_EvtWriteNewAlertRspInd_T
{
uint16_t connHandle;
uint16_t errCode;
}BLE_ANPC_EvtWriteNewAlertRspInd_T;Description
Data structure for BLE_ANPC_EVT_WRITE_NEW_ALERT_NTFY_RSP_IND event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | The connection handle. |
| errCode | Error code. See ATT error code. |
