From 98e70151e7cbd1596bbb6d2e636ffe6204ae950a Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 14 Dec 2012 11:12:56 +0200 Subject: [PATCH] audio: Append version to Control interface --- doc/control-api.txt | 2 +- profiles/audio/control.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/control-api.txt b/doc/control-api.txt index 55cebe861..5fc8991d2 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 800a151b5..878dd1e8c 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); -- 2.47.3