BLE_ANPS_EventId_T
C
typedef enum BLE_ANPS_EventId_T
{
BLE_ANPS_EVT_ANCP_WRITE_IND = 0x00U,
BLE_ANPS_EVT_ERR_UNSPECIFIED_IND,
BLE_ANPS_EVT_ERR_NO_MEM_IND
}BLE_ANPS_EventId_T;
Description
Enumeration of BLE Alert Notification Profile Server (ANPS) callback event identifiers.
Enumerator | Description |
---|---|
BLE_ANPS_EVT_ANCP_WRITE_IND | Event indicating the Alert Notification Control Point characteristic was written by the client. See BLE_ANPS_EvtAncpWriteInd_T for event details. |
BLE_ANPS_EVT_ERR_UNSPECIFIED_IND | Unspecified internal error occurred within the profile. |
BLE_ANPS_EVT_ERR_NO_MEM_IND | Internal error due to insufficient heap memory. |