From 3c07d1c7fbc93cd413628926a0b57e205b943a6f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 20 Dec 2012 00:14:45 +0100 Subject: [PATCH] audio: Change to org.bluez.MediaControl1 as interface name --- profiles/audio/control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/audio/control.h b/profiles/audio/control.h index 001b564b2..de0259e3d 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); -- 2.47.3