From 37aacabc67fc2d3b759cdc85eb46705f729f8682 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Wed, 31 May 2017 02:44:02 -0700 Subject: 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 --- binding-bluetooth/bluez-client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'binding-bluetooth/bluez-client.c') 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, -- cgit 1.2.3-korg