From 6a0a8d1c2e37cdf449bfed6d0fe04cbceb90b1c4 Mon Sep 17 00:00:00 2001 From: Mikel Astiz Date: Wed, 12 Oct 2011 14:35:28 +0200 Subject: doc: Handsfree API support for +BINP=1 --- doc/handsfree-api.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/handsfree-api.txt') 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. -- cgit v1.2.3