1.1.2.3.2.2.2.1 BLE_ANPS_EventId_T

C

typedef enum BLE_ANPS_EventId_T
{
    BLE_ANPS_EVT_ANCP_WRITE_IND = 0x00,
    BLE_ANPS_EVT_ERR_UNSPECIFIED_IND,
    BLE_ANPS_EVT_ERR_NO_MEM_IND

}BLE_ANPS_EventId_T;

Description

Enumeration type of BLE Alert Notification callback events.

EnumeratorDescription
BLE_ANPS_EVT_ANCP_WRITE_INDIndication of alert notification control point is written by client. See BLE_ANPS_EvtAncpWriteInd_T for event details.
BLE_ANPS_EVT_ERR_UNSPECIFIED_INDProfile internal unspecified error occurs.
BLE_ANPS_EVT_ERR_NO_MEM_INDProfile internal error occurs due to insufficient heap memory.