summaryrefslogtreecommitdiffstats
path: root/doc/handsfree-api.txt
diff options
context:
space:
mode:
authorMikel Astiz <mikel.astiz@bmw-carit.de>2011-10-12 14:35:28 +0200
committerDenis Kenzior <denkenz@gmail.com>2011-10-13 13:19:00 -0500
commit6a0a8d1c2e37cdf449bfed6d0fe04cbceb90b1c4 (patch)
tree521da9cf1531c716a98f800c9f1fabcaf00450d7 /doc/handsfree-api.txt
parent9a53aca0ab71147e386f8b587ff1677191beca3d (diff)
downloadofono-6a0a8d1c2e37cdf449bfed6d0fe04cbceb90b1c4.tar.bz2
doc: Handsfree API support for +BINP=1
Diffstat (limited to 'doc/handsfree-api.txt')
-rw-r--r--doc/handsfree-api.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/handsfree-api.txt b/doc/handsfree-api.txt
index 4b2b156b..023233c4 100644
--- a/doc/handsfree-api.txt
+++ b/doc/handsfree-api.txt
@@ -20,6 +20,19 @@ Methods dict GetProperties()
Possible Errors: [service].Error.InProgress
[service].Error.InvalidArguments
+ string RequestPhoneNumber()
+
+ Request a phone number from the AG, corresponding to the
+ last voice tag recorded in the HF. The AG may accept or
+ reject this request depending on its internal state.
+
+ This functionality is generally implemented by using
+ the +BINP=1 AT command.
+
+ Possible Errors: [service].Error.InProgress
+ [service].Error.InvalidArguments
+ [service].Error.Failed
+
Signals PropertyChanged(string property, variant value)
Signal is emitted whenever a property has changed.