ANPS command definitions

C

#define BLE_ANPS_CMD_ENABLE_NEW_ALERT               (0x00U)
#define BLE_ANPS_CMD_ENABLE_UNREAD_ALERT_STAT       (0x01U)
#define BLE_ANPS_CMD_DISABLE_NEW_ALERT              (0x02U)
#define BLE_ANPS_CMD_DISABLE_UNREAD_ALERT_STAT      (0x03U)
#define BLE_ANPS_CMD_NOTI_NEW_ALERT_IMM             (0x04U)
#define BLE_ANPS_CMD_NOTI_UNREAD_ALERT_STAT_IMM     (0x05U)
#define BLE_ANPS_CMD_END                            (BLE_ANPS_CMD_NOTI_UNREAD_ALERT_STAT_IMM)

Description

TDefines command identifiers for controlling alert notifications.

Macro Definition

MacroDescription
BLE_ANPS_CMD_ENABLE_NEW_ALERTCommand to enable new alert notifications.
BLE_ANPS_CMD_ENABLE_UNREAD_ALERT_STATCommand to enable unread alert status notifications.
BLE_ANPS_CMD_DISABLE_NEW_ALERTCommand to disable new alert notifications.
BLE_ANPS_CMD_DISABLE_UNREAD_ALERT_STATCommand to disable unread alert status notifications.
BLE_ANPS_CMD_NOTI_NEW_ALERT_IMMCommand to notify of a new alert immediately.
BLE_ANPS_CMD_NOTI_UNREAD_ALERT_STAT_IMMCommand to notify of an unread alert status immediately.
BLE_ANPS_CMD_ENDMarker for the last command ID.