summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-05-29 10:41:44 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-05-29 10:41:44 +0000
commit99d82283b956d9acb9f7b4f09ec047d91daa7058 (patch)
tree756a6b05db1a0fb95021f10516645c08ce18c75c /audio
parent74945e0c555beb42ffa5ca9d6c057cdfa2978802 (diff)
Add currently implemented features of the Control interface to the API doc
Diffstat (limited to 'audio')
-rw-r--r--audio/audio-api.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/audio/audio-api.txt b/audio/audio-api.txt
index 63c0a20d..cba20699 100644
--- a/audio/audio-api.txt
+++ b/audio/audio-api.txt
@@ -293,10 +293,19 @@ Object path(s) /org/bluez/audio/device*
org.bluez.audio.Control interface
=================================
-[not yet implemented]
-
This interface is available for remote devices which implement support for a
AVRCP controller.
Object path(s) /org/bluez/audio/device*
+Methods boolean IsConnected()
+
+ Returns TRUE if AVRCP is connected.
+
+Signals void Connected()
+
+ Sent when a successful AVRCP connection has been made.
+
+ void Disconnected()
+
+ Sent when the AVRCP connection has been disconnected.