summaryrefslogtreecommitdiffstats
path: root/doc/handsfree-api.txt
diff options
context:
space:
mode:
authorMikel Astiz <mikel.astiz@bmw-carit.de>2011-10-21 18:51:29 +0200
committerDenis Kenzior <denkenz@gmail.com>2011-10-21 13:14:42 -0500
commit8779b46258844523996b2a2b752478a41bd985bc (patch)
tree089b84c87043c65f7d9cf3c12e2cbdc3b90c3195 /doc/handsfree-api.txt
parentbb0bcef256e878469d66cecb386071b55fe5f39a (diff)
downloadofono-8779b46258844523996b2a2b752478a41bd985bc.tar.bz2
doc: Handsfree exposes supported AG features
Diffstat (limited to 'doc/handsfree-api.txt')
-rw-r--r--doc/handsfree-api.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/handsfree-api.txt b/doc/handsfree-api.txt
index 93559461..7f9deec3 100644
--- a/doc/handsfree-api.txt
+++ b/doc/handsfree-api.txt
@@ -38,7 +38,14 @@ Signals PropertyChanged(string property, variant value)
Signal is emitted whenever a property has changed.
The new value is passed as the signal argument.
-Properties boolean InbandRinging [readonly]
+Properties array{string} Features [readonly]
+
+ List of features supported by the AG. The currently
+ supported values are:
+ "voice-recognition"
+ "attach-voice-tag"
+
+ boolean InbandRinging [readonly]
Boolean representing whether inband ringing is enabled.