diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-05-29 10:41:44 +0000 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-05-29 10:41:44 +0000 | 
| commit | 99d82283b956d9acb9f7b4f09ec047d91daa7058 (patch) | |
| tree | 756a6b05db1a0fb95021f10516645c08ce18c75c | |
| parent | 74945e0c555beb42ffa5ca9d6c057cdfa2978802 (diff) | |
Add currently implemented features of the Control interface to the API doc
| -rw-r--r-- | audio/audio-api.txt | 13 | 
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.  | 
