From 80c7e40837725ad7c33d02b12818b9e69a3b3a4d Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 8 Jan 2008 15:29:59 +0000 Subject: Update API documentation --- audio/audio-api.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/audio/audio-api.txt b/audio/audio-api.txt index 4fbed84a..a1af06b8 100644 --- a/audio/audio-api.txt +++ b/audio/audio-api.txt @@ -29,7 +29,7 @@ Methods void RemoveDevice(string path) [experimental] Removes a device from the device tree. If there are - any connections open to the device they will be closed. + any connections open to the device they will be closed. array{string} ListDevices() [experimental] @@ -183,6 +183,13 @@ Methods void Connect() Changes the current speaker gain if possible. + void SetupCall(string value) + + 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. + Signals void AnswerRequested() Sent when the answer button is pressed on the headset @@ -211,6 +218,10 @@ Signals void AnswerRequested() The microphone gain changed. + void TerminateCall() + + Sent when an ongoing call is terminated. + org.bluez.audio.Gateway interface ================================= -- cgit