From: Mikel Astiz Date: Wed, 12 Oct 2011 12:35:28 +0000 (+0200) Subject: doc: Handsfree API support for +BINP=1 X-Git-Tag: 1.1~125 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a0a8d1c2e37cdf449bfed6d0fe04cbceb90b1c4;p=platform%2Fupstream%2Fofono.git doc: Handsfree API support for +BINP=1 --- diff --git a/doc/handsfree-api.txt b/doc/handsfree-api.txt index 4b2b156..023233c 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.