Category ID Bit Masks. More...
Macros | |
| #define | ANS_SMPL_ALERT_SUP (0x01 << 0) |
| #define | ANS_EMAIL_SUP (0x01 << 1) |
| #define | ANS_NEWS_SUP (0x01 << 2) |
| #define | ANS_CALL_SUP (0x01 << 3) |
| #define | ANS_MISSED_CALL_SUP (0x01 << 4) |
| #define | ANS_SMS_MMS_SUP (0x01 << 5) |
| #define | ANS_VOICE_MAIL_SUP (0x01 << 6) |
| #define | ANS_SCHEDULE_SUP (0x01 << 7) |
| #define | ANS_HG_PRIO_ALERT_SUP (0x01 << 8) |
| #define | ANS_INSTANT_MES (0x01 << 9) |
| #define | ANS_ALL_CAT_SUP (0x03ff) |
Category ID Bit Masks.
| #define ANS_ALL_CAT_SUP (0x03ff) |
Bit for All Category Supported.
| #define ANS_CALL_SUP (0x01 << 3) |
Bit for Call Supported.
| #define ANS_EMAIL_SUP (0x01 << 1) |
Bit for Email Supported.
| #define ANS_HG_PRIO_ALERT_SUP (0x01 << 8) |
Bit for High Prioritized Alert Supported.
| #define ANS_INSTANT_MES (0x01 << 9) |
Bit for Instant Message Supported.
| #define ANS_MISSED_CALL_SUP (0x01 << 4) |
Bit for Missed Call Supported.
| #define ANS_NEWS_SUP (0x01 << 2) |
Bit for News Supported.
| #define ANS_SCHEDULE_SUP (0x01 << 7) |
Bit for Schedule Supported.
| #define ANS_SMPL_ALERT_SUP (0x01 << 0) |
Bit for Simple Alert Supported.
| #define ANS_SMS_MMS_SUP (0x01 << 5) |
Bit for SMS/MMS Supported.
| #define ANS_VOICE_MAIL_SUP (0x01 << 6) |
Bit for Voice Mail Supported.