diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-05-30 10:44:52 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-05-30 10:44:52 +0000 |
commit | 3b98cbf66a4e58062861f284924880d9ae706dcf (patch) | |
tree | 465984b55c0f6f221c966649f472e4d7c04571d7 /doc | |
parent | 3232edc9af22131032cef987479d081b90fa4f81 (diff) |
Remove HFP specific stuff from Headset API
Diffstat (limited to 'doc')
-rw-r--r-- | doc/audio-api.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/audio-api.txt b/doc/audio-api.txt index 9c0cbef0..b9f0a920 100644 --- a/doc/audio-api.txt +++ b/doc/audio-api.txt @@ -68,20 +68,6 @@ Methods void Connect() Changes the current speaker gain if possible. - void SetupCall(string value) [experimental] - - Sets up an call with the connected HFP. The value can - be "incoming", "outgoing" or "remote" to indicate - incoming call, outgoing call and remote party alerted - respectively. - - void IdentifyCall(string phone_number, int32 type) [experimental] - - Enables a called subscriber to get the calling - line identity (CLI) of the calling party when - receiving a call. The value of type shud be - the same as provided by the GSM stack. - Signals void AnswerRequested() Sent when the answer button is pressed on the headset @@ -110,10 +96,6 @@ Signals void AnswerRequested() The microphone gain changed. - void CallTerminated() - - Sent when an ongoing call is terminated. - Sink hierarchy ============== |