From ff7907b68ba788c687985a78810fd26d46f551f2 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 11 Aug 2007 23:59:24 +0000 Subject: Update CreateDevice method to only take one parameter --- audio/audio-api.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'audio/audio-api.txt') 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] -- cgit