diff options
Diffstat (limited to 'audio/audio-api.txt')
-rw-r--r-- | audio/audio-api.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/audio/audio-api.txt b/audio/audio-api.txt index c49b61b9..4fbed84a 100644 --- a/audio/audio-api.txt +++ b/audio/audio-api.txt @@ -105,7 +105,16 @@ Methods string GetAddress() [experimental] Returns the Bluetooth address of the remote device. - array{string} GetConnectedInterfaces() [experimental] + string GetAdapter() [experimental] + + Returns the address of the local adapter that the + device is associated with. + + string GetName() [experimental] + + Returns a friendly name for the device. + + array{string} GetConnectedInterfaces() [experimental] Returns a string list of interfaces that are in a connected state. |