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.

EnumeratorDescription
BLE_ANPS_EVT_ANCP_WRITE_INDEvent 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_INDUnspecified internal error occurred within the profile.
BLE_ANPS_EVT_ERR_NO_MEM_INDInternal error due to insufficient heap memory.