From 99d82283b956d9acb9f7b4f09ec047d91daa7058 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 29 May 2008 10:41:44 +0000 Subject: Add currently implemented features of the Control interface to the API doc --- audio/audio-api.txt | 13 +++++++++++-- 1 file 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. -- cgit