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
evtDiscCompleteData for the BLE_ANPC_EVT_DISC_COMPLETE_IND.
evtSuppNewAlertCatIndData for the BLE_ANPC_EVT_SUPP_NEW_ALERT_CAT_IND.
evtSuppUnreadAlertCatIndData for the BLE_ANPC_EVT_SUPP_UNREAD_ALERT_STAT_CAT_IND.
evtWriteNewAlertRspIndData for the BLE_ANPC_EVT_WRITE_NEW_ALERT_NTFY_RSP_IND.
evtWriteUnreadAlertRspIndData for the BLE_ANPC_EVT_WRITE_UNREAD_ALERT_NTFY_RSP_IND.
evtWriteCpRspIndData for the BLE_ANPC_EVT_WRITE_CP_RSP_IND.
evtNewAlertIndData for the BLE_ANPC_EVT_NEW_ALERT_IND.
evtUnreadAlertStatIndData for the BLE_ANPC_EVT_UNREAD_ALERT_STAT_IND.