From 3b98cbf66a4e58062861f284924880d9ae706dcf Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 30 May 2008 10:44:52 +0000 Subject: Remove HFP specific stuff from Headset API --- doc/audio-api.txt | 18 ------------------ 1 file changed, 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 ============== -- cgit