1.2.2.3.2.1.2.1 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 type of BLE ANPC callback events.

EnumeratorDescription
BLE_ANPC_EVT_DISC_COMPLETE_INDEvent for discovery completion. See BLE_ANPC_EvtDiscComplete_T for event details.
BLE_ANPC_EVT_SUPP_NEW_ALERT_CAT_INDEvent for receiving read supported new alert category response. See BLE_ANPC_EvtSuppNewAlertCatInd_T for event details.
BLE_ANPC_EVT_SUPP_UNREAD_ALERT_STAT_CAT_INDEvent for receiving read supported unread alert status category response. See BLE_ANPC_EvtSuppUnreadAlertCatInd_T for event details.
BLE_ANPC_EVT_WRITE_NEW_ALERT_NTFY_RSP_INDEvent for receiving write new alert response. See BLE_ANPC_EvtWriteNewAlertRspInd_T for event details.
BLE_ANPC_EVT_WRITE_UNREAD_ALERT_NTFY_RSP_INDEvent for receiving write unread alert response. See BLE_ANPC_EvtWriteUnreadAlertRspInd_T for event details.
BLE_ANPC_EVT_WRITE_CP_RSP_INDEvent for receiving write cp response. See BLE_ANPC_EvtWriteCpRspInd_T for event details.
BLE_ANPC_EVT_NEW_ALERT_INDEvent for receiving new alert notification. See BLE_ANPC_EvtNewAlertInd_T for event details.
BLE_ANPC_EVT_UNREAD_ALERT_STAT_INDEvent for receiving unread alert status notification. See BLE_ANPC_EvtUnreadAlertStatInd_T for event details.
BLE_ANPC_EVT_ERR_UNSPECTIFIED_INDProfile internal unspecified error occurs.
BLE_ANPC_EVT_ERR_NO_MEM_INDProfile internal error occurs due to insufficient heap memory.