summaryrefslogtreecommitdiffstats
path: root/audio/telephony.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-03 17:07:27 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-03 17:07:27 +0300
commit40c0305b1f780a2c969f0491bd0dd1276910bc3e (patch)
treefab37c9f7369874aed32247c2568f28b3c31c19d /audio/telephony.h
parent2bda864bfb74be61f189d4c0855cf1cd6cd51327 (diff)
Remove HFP AG features from audio.conf since they should come from the telephony plugin
Diffstat (limited to 'audio/telephony.h')
-rw-r--r--audio/telephony.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/telephony.h b/audio/telephony.h
index 2fca71ab..6c40d8e3 100644
--- a/audio/telephony.h
+++ b/audio/telephony.h
@@ -24,6 +24,16 @@
#include <stdint.h>
+#define AG_FEATURE_THREE_WAY_CALLING 0x0001
+#define AG_FEATURE_EC_ANDOR_NR 0x0002
+#define AG_FEATURE_VOICE_RECOGNITION 0x0004
+#define AG_FEATURE_INBAND_RINGTONE 0x0008
+#define AG_FEATURE_ATTACH_NUMBER_TO_VOICETAG 0x0010
+#define AG_FEATURE_REJECT_A_CALL 0x0020
+#define AG_FEATURE_ENHANCES_CALL_STATUS 0x0040
+#define AG_FEATURE_ENHANCES_CALL_CONTROL 0x0080
+#define AG_FEATURE_EXTENDED_ERROR_RESULT_CODES 0x0100
+
struct indicator {
const char *desc;
const char *range;