1.1.2.3.2.1.1.2 Command definition

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

The definition of command id.

Macro Definition

MacroDescription
BLE_ANPC_CMD_ENABLE_NEW_ALERTEnable new alert notification.
BLE_ANPC_CMD_ENABLE_UNREAD_ALERT_STATEnable unread alert status notification.
BLE_ANPC_CMD_DISABLE_NEW_ALERTDisable new alert notification.
BLE_ANPC_CMD_DISABLE_UNREAD_ALERT_STATDisable unread alert status notification.
BLE_ANPC_CMD_NOTI_NEW_ALERT_IMMNotify new alert immediately.
BLE_ANPC_CMD_NOTI_UNREAD_ALERT_STAT_IMMNotify unread alert status immediately.
BLE_ANPC_CMD_ENDEnd of command ID.