diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-29 11:41:15 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-29 11:41:15 +0000 |
commit | c13f5169711913b9b6d3ee40740480fe234491cd (patch) | |
tree | fe8f060ad0d043f0e01c84a185c8d1fc119c302e /audio/audio-api.txt | |
parent | 60fa5f6cfbfe82c239bb957c1a3298bceaa62604 (diff) |
Add GetAdapter method and update API documentation
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. |