diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-01-08 15:29:59 +0000 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-01-08 15:29:59 +0000 | 
| commit | 80c7e40837725ad7c33d02b12818b9e69a3b3a4d (patch) | |
| tree | 8ecfb376895d85c6a3831c6961a614e3c9f57200 | |
| parent | 706c30bdf5498c3fce7fae788ee6e3927fba53f6 (diff) | |
Update API documentation
| -rw-r--r-- | audio/audio-api.txt | 13 | 
1 files changed, 12 insertions, 1 deletions
| 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  ================================= | 
