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
Macro | Description |
---|---|
BLE_ANPC_CMD_ENABLE_NEW_ALERT | Command to enable new alert notifications. |
BLE_ANPC_CMD_ENABLE_UNREAD_ALERT_STAT | Command to enable unread alert status notifications. |
BLE_ANPC_CMD_DISABLE_NEW_ALERT | Command to disable new alert notifications. |
BLE_ANPC_CMD_DISABLE_UNREAD_ALERT_STAT | Command to disable unread alert status notifications. |
BLE_ANPC_CMD_NOTI_NEW_ALERT_IMM | Command to immediately notify of a new alert. |
BLE_ANPC_CMD_NOTI_UNREAD_ALERT_STAT_IMM | Command to immediately notify of an unread alert status. |
BLE_ANPC_CMD_END | Marker for the end of command IDs. |