diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-06-04 10:30:45 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-06-04 10:30:45 +0000 |
commit | 729824372e5d7fd1231c73afea1bea061dd85cc1 (patch) | |
tree | 4710482ff0356e42a266bc147385719d8a208cdd /audio/audio-api.txt | |
parent | b3a5bafbf9b521a3c9deabb60c06cf1aa058fe9d (diff) |
Implement Manager.FindDeviceByAddress method
Diffstat (limited to 'audio/audio-api.txt')
-rw-r--r-- | audio/audio-api.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/audio-api.txt b/audio/audio-api.txt index f391415f..19cefc69 100644 --- a/audio/audio-api.txt +++ b/audio/audio-api.txt @@ -39,6 +39,12 @@ Methods Returns list of headset objects that are configured. + array{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. + string DefaultHeadset() Returns the object path for the default headset device. |