1.1.2.3.2.1.2.1 BLE_ANPC_EventId_T
C
typedef enum BLE_ANPC_EventId_T
{
BLE_ANPC_EVT_DISC_COMPLETE = 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.
Enumerator | Description |
---|---|
BLE_ANPC_EVT_DISC_COMPLETE | Event for discovery completion. See BLE_ANPC_EvtDiscComplete_T for event details. |
BLE_ANPC_EVT_SUPP_NEW_ALERT_CAT_IND | Event for receiving read supported new alert category response. See BLE_ANPC_EvtSuppNewAlertCatInd_T for event details. |
BLE_ANPC_EVT_SUPP_UNREAD_ALERT_STAT_CAT_IND | Event 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_IND | Event for receiving write new alert response. See BLE_ANPC_EvtWriteNewAlertRspInd_T for event details. |
BLE_ANPC_EVT_WRITE_UNREAD_ALERT_NTFY_RSP_IND | Event for receiving write unread alert response. See BLE_ANPC_EvtWriteUnreadAlertRspInd_T for event details. |
BLE_ANPC_EVT_WRITE_CP_RSP_IND | Event for receiving write cp response. See BLE_ANPC_EvtWriteCpRspInd_T for event details. |
BLE_ANPC_EVT_NEW_ALERT_IND | Event for receiving new alert notification. See BLE_ANPC_EvtNewAlertInd_T for event details. |
BLE_ANPC_EVT_UNREAD_ALERT_STAT_IND | Event for receiving unread alert status notification. See BLE_ANPC_EvtUnreadAlertStatInd_T for event details. |
BLE_ANPC_EVT_ERR_UNSPECTIFIED_IND | Profile internal unspecified error occurs. |
BLE_ANPC_EVT_ERR_NO_MEM_IND | Profile internal error occurs due to insufficient heap memory. |