Diff between 8ce025543502fe1c80ee746e1571d090045e6836 and 3c07d1c7fbc93cd413628926a0b57e205b943a6f

Changed Files

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

Full Patch

diff --git a/profiles/audio/control.h b/profiles/audio/control.h
index 001b564..de0259e 100644
--- a/profiles/audio/control.h
+++ b/profiles/audio/control.h
@@ -22,7 +22,7 @@
  *
  */
 
-#define AUDIO_CONTROL_INTERFACE "org.bluez.Control1"
+#define AUDIO_CONTROL_INTERFACE "org.bluez.MediaControl1"
 
 struct control *control_init(struct audio_device *dev, GSList *uuids);
 void control_update(struct control *control, GSList *uuids);