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
Macro | Description |
---|---|
BLE_ANPS_CMD_ENABLE_NEW_ALERT | Command to enable new alert notifications. |
BLE_ANPS_CMD_ENABLE_UNREAD_ALERT_STAT | Command to enable unread alert status notifications. |
BLE_ANPS_CMD_DISABLE_NEW_ALERT | Command to disable new alert notifications. |
BLE_ANPS_CMD_DISABLE_UNREAD_ALERT_STAT | Command to disable unread alert status notifications. |
BLE_ANPS_CMD_NOTI_NEW_ALERT_IMM | Command to notify of a new alert immediately. |
BLE_ANPS_CMD_NOTI_UNREAD_ALERT_STAT_IMM | Command to notify of an unread alert status immediately. |
BLE_ANPS_CMD_END | Marker for the last command ID. |