ANPC category identifiers

C

#define BLE_ANPC_CAT_ID_SIMPLE_ALERT                (0x00)
#define BLE_ANPC_CAT_ID_EMAIL                       (0x01)
#define BLE_ANPC_CAT_ID_NEWS                        (0x02)
#define BLE_ANPC_CAT_ID_CALL                        (0x03)
#define BLE_ANPC_CAT_ID_MISSED_CALL                 (0x04)
#define BLE_ANPC_CAT_ID_SMS_MMS                     (0x05)
#define BLE_ANPC_CAT_ID_VOICE_MAIL                  (0x06)
#define BLE_ANPC_CAT_ID_SCHEDULE                    (0x07)
#define BLE_ANPC_CAT_ID_HIGH_PRIOR_ALERT            (0x08)
#define BLE_ANPC_CAT_ID_INSTANT_MSG                 (0x09)
#define BLE_ANPC_CAT_ID_ALL_ALERT                   (0xFF)

Description

Defines the category identifiers.

Macro Definition

MacroDescription
BLE_ANPC_CAT_ID_SIMPLE_ALERTCategory ID for simple alerts.
BLE_ANPC_CAT_ID_EMAILCategory ID for email alerts.
BLE_ANPC_CAT_ID_NEWSCategory ID for news alerts.
BLE_ANPC_CAT_ID_CALLCategory ID for call alerts.
BLE_ANPC_CAT_ID_MISSED_CALLCategory ID for missed call alerts.
BLE_ANPC_CAT_ID_SMS_MMSCategory ID for SMS/MMS alerts.
BLE_ANPC_CAT_ID_VOICE_MAILCategory ID for voicemail alerts.
BLE_ANPC_CAT_ID_SCHEDULECategory ID for schedule alerts.
BLE_ANPC_CAT_ID_HIGH_PRIOR_ALERTCategory ID for high-priority alerts.
BLE_ANPC_CAT_ID_INSTANT_MSGCategory ID for instant messaging alerts.
BLE_ANPC_CAT_ID_ALL_ALERTCategory ID for all alerts.