ANPC command definitions

C

#define BLE_ANPC_CMD_ENABLE_NEW_ALERT               (0x00)
#define BLE_ANPC_CMD_ENABLE_UNREAD_ALERT_STAT       (0x01)
#define BLE_ANPC_CMD_DISABLE_NEW_ALERT              (0x02)
#define BLE_ANPC_CMD_DISABLE_UNREAD_ALERT_STAT      (0x03)
#define BLE_ANPC_CMD_NOTI_NEW_ALERT_IMM             (0x04)
#define BLE_ANPC_CMD_NOTI_UNREAD_ALERT_STAT_IMM     (0x05)
#define BLE_ANPC_CMD_END                            (BLE_ANPC_CMD_NOTI_UNREAD_ALERT_STAT_IMM)

Description

Defines the ANPC commands.

Macro Definition

MacroDescription
BLE_ANPC_CMD_ENABLE_NEW_ALERTCommand to enable new alert notifications.
BLE_ANPC_CMD_ENABLE_UNREAD_ALERT_STATCommand to enable unread alert status notifications.
BLE_ANPC_CMD_DISABLE_NEW_ALERTCommand to disable new alert notifications.
BLE_ANPC_CMD_DISABLE_UNREAD_ALERT_STATCommand to disable unread alert status notifications.
BLE_ANPC_CMD_NOTI_NEW_ALERT_IMMCommand to immediately notify of a new alert.
BLE_ANPC_CMD_NOTI_UNREAD_ALERT_STAT_IMMCommand to immediately notify of an unread alert status.
BLE_ANPC_CMD_ENDMarker for the end of command IDs.