summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.