summaryrefslogtreecommitdiffstats
path: root/audio/control.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-10-23 07:54:36 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-10-23 07:54:36 +0000
commit0ad3f2251089e00a57b6aa6def396e24f30ab1e4 (patch)
tree378fa05c2215381f82271ebec4f45762ec971665 /audio/control.h
parentb636ccf2c9c5f5c7419c49c556b118930012d2e7 (diff)
Integrate AVRCP further with the rest of the audio service
Diffstat (limited to 'audio/control.h')
-rw-r--r--audio/control.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/audio/control.h b/audio/control.h
index 79d66ec7..aa183e02 100644
--- a/audio/control.h
+++ b/audio/control.h
@@ -23,5 +23,12 @@
#define AUDIO_CONTROL_INTERFACE "org.bluez.audio.Control"
-int control_init(DBusConnection *conn);
-void control_exit(void);
+int avrcp_init(DBusConnection *conn);
+void avrcp_exit(void);
+
+gboolean avrcp_connect(struct device *dev);
+void avrcp_disconnect(struct device *dev);
+
+struct control *control_init(struct device *dev);
+void control_free(struct device *dev);
+gboolean control_is_active(struct device *dev);