ANPC category identifiers
C
#define BLE_ANPC_CAT_ID_SIMPLE_ALERT (0x00U) #define BLE_ANPC_CAT_ID_EMAIL (0x01U) #define BLE_ANPC_CAT_ID_NEWS (0x02U) #define BLE_ANPC_CAT_ID_CALL (0x03U) #define BLE_ANPC_CAT_ID_MISSED_CALL (0x04U) #define BLE_ANPC_CAT_ID_SMS_MMS (0x05U) #define BLE_ANPC_CAT_ID_VOICE_MAIL (0x06U) #define BLE_ANPC_CAT_ID_SCHEDULE (0x07U) #define BLE_ANPC_CAT_ID_HIGH_PRIOR_ALERT (0x08U) #define BLE_ANPC_CAT_ID_INSTANT_MSG (0x09U) #define BLE_ANPC_CAT_ID_ALL_ALERT (0xFFU)
Description
Defines the category identifiers.
Macro Definition
Macro | Description |
---|---|
BLE_ANPC_CAT_ID_SIMPLE_ALERT | Category ID for simple alerts. |
BLE_ANPC_CAT_ID_EMAIL | Category ID for email alerts. |
BLE_ANPC_CAT_ID_NEWS | Category ID for news alerts. |
BLE_ANPC_CAT_ID_CALL | Category ID for call alerts. |
BLE_ANPC_CAT_ID_MISSED_CALL | Category ID for missed call alerts. |
BLE_ANPC_CAT_ID_SMS_MMS | Category ID for SMS/MMS alerts. |
BLE_ANPC_CAT_ID_VOICE_MAIL | Category ID for voicemail alerts. |
BLE_ANPC_CAT_ID_SCHEDULE | Category ID for schedule alerts. |
BLE_ANPC_CAT_ID_HIGH_PRIOR_ALERT | Category ID for high-priority alerts. |
BLE_ANPC_CAT_ID_INSTANT_MSG | Category ID for instant messaging alerts. |
BLE_ANPC_CAT_ID_ALL_ALERT | Category ID for all alerts. |