summaryrefslogtreecommitdiffstats
path: root/binding-bluetooth/bluez-client.c
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-05-31 02:44:02 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-05-31 10:11:41 -0700
commit37aacabc67fc2d3b759cdc85eb46705f729f8682 (patch)
treea5b47bb1156ad77417900a94ddcf2084a1eb68f7 /binding-bluetooth/bluez-client.c
parentcaea8eb4305404f0a03e089e7e625833ef66d95f (diff)
binding: bluetooth: provide org.bluez.MediaTransport1 access
Allow binding to report transport state and volume levels Bug-AGL: SPEC-642 Change-Id: I5daad68a096b70b6401cde045704ee4226ef368f Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding-bluetooth/bluez-client.c')
-rw-r--r--binding-bluetooth/bluez-client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/binding-bluetooth/bluez-client.c b/binding-bluetooth/bluez-client.c
index e70df91..334a2b6 100644
--- a/binding-bluetooth/bluez-client.c
+++ b/binding-bluetooth/bluez-client.c
@@ -656,7 +656,8 @@ on_interface_proxy_properties_changed (GDBusObjectManagerClient *manager,
if( (0 == g_strcmp0(pInterface, DEVICE_INTERFACE)) ||
(0 == g_strcmp0(pInterface, MEDIA_CONTROL1_INTERFACE)) ||
- (0 == g_strcmp0(pInterface, MEDIA_PLAYER1_INTERFACE))) {
+ (0 == g_strcmp0(pInterface, MEDIA_PLAYER1_INTERFACE)) ||
+ (0 == g_strcmp0(pInterface, MEDIA_TRANSPORT1_INTERFACE))) {
if (bluez_RegisterCallback.device_properties_changed)
bluez_RegisterCallback.device_properties_changed(pObjecPath,