1.2.2.3.2.1.1.1 Category Id

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

The definition of category id.

Macro Definition

MacroDescription
BLE_ANPC_CAT_ID_SIMPLE_ALERTSimple Alert. The title of the alert.
BLE_ANPC_CAT_ID_EMAILEmail. Sender name.
BLE_ANPC_CAT_ID_NEWSNews. Title of the news feed.
BLE_ANPC_CAT_ID_CALLCall. Caller name or caller ID.
BLE_ANPC_CAT_ID_MISSED_CALLMissed Call. Caller name or caller ID
BLE_ANPC_CAT_ID_SMS_MMSSMS. Sender name or caller ID.
BLE_ANPC_CAT_ID_VOICE_MAILVoice Mail. Sender name or caller ID.
BLE_ANPC_CAT_ID_SCHEDULESechedule. Title of the schedule.
BLE_ANPC_CAT_ID_HIGH_PRIOR_ALERTHigh Prioritized Alert. Title of alert.
BLE_ANPC_CAT_ID_INSTANT_MSGInstant Messaging. Sender name.
BLE_ANPC_CAT_ID_ALL_ALERTAll alert.