summaryrefslogtreecommitdiffstats
path: root/audio/audio-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audio-api.txt')
-rw-r--r--audio/audio-api.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/audio-api.txt b/audio/audio-api.txt
index 175f62f3..355f4cfe 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)
+ string CreateDevice(string address, array{string} interfaces) [experimental]
Creates a new audio device object. If not yet done,
this method will perform a SDP query on the remote
@@ -24,12 +24,12 @@ Methods
device does not support all of the interfaces listed
in the interfaces parameter.
- void RemoveDevice(string path)
+ 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.
- array{string} ListDevices(array{string} interfaces)
+ array{string} ListDevices(array{string} interfaces) [experimental]
Retuns an array of strings indicating the object paths
of available devices which implement as a minimum the
@@ -39,7 +39,7 @@ Methods
Returns list of headset objects that are configured.
- string FindDeviceByAddress(string address)
+ string FindDeviceByAddress(string address) [experimental]
Searches the list of available devices and returns the
object path of the first device which matchess address.
@@ -64,11 +64,11 @@ Methods
related to it.
Signals
- void DeviceCreated(string path)
+ void DeviceCreated(string path) [experimental]
Sent when a new device object has been created.
- void DeviceRemoved(string path)
+ void DeviceRemoved(string path) [experimental]
Sent when a device object has been removed.
@@ -90,7 +90,7 @@ org.bluez.audio.Device interface
Object path(s) /org/bluez/audio/device*
-Methods string GetAddress()
+Methods string GetAddress() [experimental]
Returns the Bluetooth address of the remote device.