1.2.2.3.2.1.3.6 BLE_ANPC_EventField_T

C

typedef union
{
    BLE_ANPC_EvtDiscComplete_T           evtDiscComplete;
    BLE_ANPC_EvtSuppNewAlertCatInd_T     evtSuppNewAlertCatInd;
    BLE_ANPC_EvtSuppUnreadAlertCatInd_T  evtSuppUnreadAlertCatInd;
    BLE_ANPC_EvtWriteNewAlertRspInd_T    evtWriteNewAlertRspInd;
    BLE_ANPC_EvtWriteUnreadAlertRspInd_T evtWriteUnreadAlertRspInd;
    BLE_ANPC_EvtWriteCpRspInd_T          evtWriteCpRspInd;
    BLE_ANPC_EvtNewAlertInd_T            evtNewAlertInd;
    BLE_ANPC_EvtUnreadAlertStatInd_T     evtUnreadAlertStatInd;
}BLE_ANPC_EventField_T;

Description

Union of BLE Alert Notification Client callback event data types.

Field Documentation

FieldDescription
evtDiscCompleteHandle BLE_ANPC_EVT_DISC_COMPLETE_IND.
evtSuppNewAlertCatIndHandle BLE_ANPC_EVT_SUPP_NEW_ALERT_CAT_IND.
evtSuppUnreadAlertCatIndHandle BLE_ANPC_EVT_SUPP_UNREAD_ALERT_STAT_CAT_IND.
evtWriteNewAlertRspIndHandle BLE_ANPC_EVT_WRITE_NEW_ALERT_NTFY_RSP_IND.
evtWriteUnreadAlertRspIndHandle BLE_ANPC_EVT_WRITE_UNREAD_ALERT_NTFY_RSP_IND.
evtWriteCpRspIndHandle BLE_ANPC_EVT_WRITE_CP_RSP_IND.
evtNewAlertIndHandle BLE_ANPC_EVT_NEW_ALERT_IND.
evtUnreadAlertStatIndHandle BLE_ANPC_EVT_UNREAD_ALERT_STAT_IND.