BLE_ANPC_EventId_T

C

typedef enum BLE_ANPC_EventId_T
{
    BLE_ANPC_EVT_DISC_COMPLETE_IND = 0x00,
    BLE_ANPC_EVT_SUPP_NEW_ALERT_CAT_IND,
    BLE_ANPC_EVT_SUPP_UNREAD_ALERT_STAT_CAT_IND,
    BLE_ANPC_EVT_WRITE_NEW_ALERT_NTFY_RSP_IND,
    BLE_ANPC_EVT_WRITE_UNREAD_ALERT_NTFY_RSP_IND,
    BLE_ANPC_EVT_WRITE_CP_RSP_IND,
    BLE_ANPC_EVT_NEW_ALERT_IND,
    BLE_ANPC_EVT_UNREAD_ALERT_STAT_IND,
    BLE_ANPC_EVT_ERR_UNSPECIFIED_IND,
    BLE_ANPC_EVT_ERR_NO_MEM_IND,
}BLE_ANPC_EventId_T;

Description

Enumeration for BLE Alert Notification Profile callback events.

EnumeratorDescription
BLE_ANPC_EVT_DISC_COMPLETE_INDEvent indicating the completion of service discovery. Details in BLE_ANPC_EvtDiscComplete_T.
BLE_ANPC_EVT_SUPP_NEW_ALERT_CAT_INDEvent indicating the supported categories for new alerts. Details in BLE_ANPC_EvtSuppNewAlertCatInd_T.
BLE_ANPC_EVT_SUPP_UNREAD_ALERT_STAT_CAT_INDEvent indicating the supported categories for unread alert status. Details in BLE_ANPC_EvtSuppUnreadAlertCatInd_T.
BLE_ANPC_EVT_WRITE_NEW_ALERT_NTFY_RSP_INDEvent indicating a response to a write request for new alert notifications. Details in BLE_ANPC_EvtWriteNewAlertRspInd_T.
BLE_ANPC_EVT_WRITE_UNREAD_ALERT_NTFY_RSP_INDEvent indicating a response to a write request for unread alert notifications. Details in BLE_ANPC_EvtWriteUnreadAlertRspInd_T.
BLE_ANPC_EVT_WRITE_CP_RSP_INDEvent indicating a response to a write request to the Control Point. Details in BLE_ANPC_EvtWriteCpRspInd_T.
BLE_ANPC_EVT_NEW_ALERT_INDEvent indicating the reception of a new alert notification. Details in BLE_ANPC_EvtNewAlertInd_T.
BLE_ANPC_EVT_UNREAD_ALERT_STAT_INDEvent indicating the reception of an unread alert status notification. Details in BLE_ANPC_EvtUnreadAlertStatInd_T.
BLE_ANPC_EVT_ERR_UNSPECTIFIED_INDEvent indicating an unspecified internal error.
BLE_ANPC_EVT_ERR_NO_MEM_INDEvent indicating an error due to insufficient memory.