diff options
-rw-r--r-- | audio/audio-api.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/audio-api.txt b/audio/audio-api.txt index 19cefc69..175f62f3 100644 --- a/audio/audio-api.txt +++ b/audio/audio-api.txt @@ -39,11 +39,11 @@ Methods Returns list of headset objects that are configured. - array{string} FindDeviceByAddress(string address) + string FindDeviceByAddress(string address) Searches the list of available devices and returns the - first device which matchess address. If no device is - found returns a DoesNotExist error. + object path of the first device which matchess address. + If no device is found returns a DoesNotExist error. string DefaultHeadset() |