Diff between 841a22d7469d0e2a5eb44577534528587d569987 and 98e70151e7cbd1596bbb6d2e636ffe6204ae950a

Changed Files

File Additions Deletions Status
doc/control-api.txt +1 -1 modified
profiles/audio/control.h +1 -1 modified

Full Patch

diff --git a/doc/control-api.txt b/doc/control-api.txt
index 55cebe8..5fc8991 100644
--- a/doc/control-api.txt
+++ b/doc/control-api.txt
@@ -9,7 +9,7 @@ Control hierarchy
 =================
 
 Service		org.bluez
-Interface	org.bluez.Control
+Interface	org.bluez.Control1
 Object path	[variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX
 
 Methods		void Play()
diff --git a/profiles/audio/control.h b/profiles/audio/control.h
index 800a151..878dd1e 100644
--- a/profiles/audio/control.h
+++ b/profiles/audio/control.h
@@ -22,7 +22,7 @@
  *
  */
 
-#define AUDIO_CONTROL_INTERFACE "org.bluez.Control"
+#define AUDIO_CONTROL_INTERFACE "org.bluez.Control1"
 
 struct control *control_init(struct audio_device *dev, GSList *uuids);
 void control_update(struct control *control, GSList *uuids);