diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-11 23:59:24 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-11 23:59:24 +0000 |
commit | ff7907b68ba788c687985a78810fd26d46f551f2 (patch) | |
tree | dc8b1f7bda4f2ec7e9c86fc7bfd9f71d29e4e16f /audio/audio-api.txt | |
parent | 9928a07a995d67f038f748cd05bec5147a9f3de2 (diff) |
Update CreateDevice method to only take one parameter
Diffstat (limited to 'audio/audio-api.txt')
-rw-r--r-- | audio/audio-api.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/audio-api.txt b/audio/audio-api.txt index cd736802..d5f587c4 100644 --- a/audio/audio-api.txt +++ b/audio/audio-api.txt @@ -12,7 +12,7 @@ org.bluez.audio.Manager interface Object path /org/bluez/audio Methods - string CreateDevice(string address, array{string} interfaces) [experimental] + string CreateDevice(string address) [experimental] Creates a new audio device object. If not yet done, this method will perform a SDP query on the remote @@ -20,9 +20,7 @@ Methods so be sure to call this method asynchronously. The return parameter is the object path of the newly - created object. The method will fail if the remote - device does not support all of the interfaces listed - in the interfaces parameter. + created object. void RemoveDevice(string path) [experimental] |