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
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. |