Index: audio/audio-api.txt =================================================================== RCS file: /cvsroot/bluez/utils/audio/audio-api.txt,v retrieving revision 1.25 diff -u -5 -p -r1.25 audio-api.txt --- audio/audio-api.txt 29 Aug 2007 11:41:15 -0000 1.25 +++ audio/audio-api.txt 8 Jan 2008 15:01:51 -0000 @@ -181,10 +181,17 @@ Methods void Connect() void SetMicrophoneGain(uint16 gain) Changes the current speaker gain if possible. + void SetupCall(string value) + + Sets up an call with the connected HFP. + value can be incoming, outgoing + or remote to indicate incoming call, outgoing + call and remote party alerted respectively. + Signals void AnswerRequested() Sent when the answer button is pressed on the headset void Connected() @@ -209,10 +216,14 @@ Signals void AnswerRequested() void MicrophoneGainChanged(uint16 gain) The microphone gain changed. + void TerminateCall() + + Sent when an ongoing call is terminated. + org.bluez.audio.Gateway interface ================================= [not yet implemented]