ANPS category identifiers

C

#define BLE_ANPS_CAT_ID_SIMPLE_ALERT                (0x00U)
#define BLE_ANPS_CAT_ID_EMAIL                       (0x01U)
#define BLE_ANPS_CAT_ID_NEWS                        (0x02U)
#define BLE_ANPS_CAT_ID_CALL                        (0x03U)
#define BLE_ANPS_CAT_ID_MISSED_CALL                 (0x04U)
#define BLE_ANPS_CAT_ID_SMS_MMS                     (0x05U)
#define BLE_ANPS_CAT_ID_VOICE_MAIL                  (0x06U)
#define BLE_ANPS_CAT_ID_SCHEDULE                    (0x07U)
#define BLE_ANPS_CAT_ID_HIGH_PRIOR_ALERT            (0x08U)
#define BLE_ANPS_CAT_ID_INSTANT_MSG                 (0x09U)
#define BLE_ANPS_CAT_ID_ALL_ALERT                   (0xFFU)

Description

The definition of category id.

Macro Definition

MacroDescription
BLE_ANPS_CAT_ID_SIMPLE_ALERTCategory ID for simple alerts.
BLE_ANPS_CAT_ID_EMAILCategory ID for email alerts.
BLE_ANPS_CAT_ID_NEWSCategory ID for news alerts.
BLE_ANPS_CAT_ID_CALLCategory ID for call alerts.
BLE_ANPS_CAT_ID_MISSED_CALLCategory ID for missed call alerts.
BLE_ANPS_CAT_ID_SMS_MMSCategory ID for SMS/MMS alerts.
BLE_ANPS_CAT_ID_VOICE_MAILCategory ID for voice mail alerts.
BLE_ANPS_CAT_ID_SCHEDULECategory ID for schedule alerts.
BLE_ANPS_CAT_ID_HIGH_PRIOR_ALERTCategory ID for high priority alerts.
BLE_ANPS_CAT_ID_INSTANT_MSGCategory ID for instant messaging alerts.
BLE_ANPS_CAT_ID_ALL_ALERTSpecial category ID representing all alerts.