doc: Handsfree API support for +BINP=1
authorMikel Astiz <mikel.astiz@bmw-carit.de>
Wed, 12 Oct 2011 12:35:28 +0000 (14:35 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 13 Oct 2011 18:19:00 +0000 (13:19 -0500)
doc/handsfree-api.txt

index 4b2b156..023233c 100644 (file)
@@ -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.