From 344df7044b5a7c594bf26c1a794c40727bebc341 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Wed, 8 May 2019 16:47:05 +0900 Subject: [PATCH] Modify the dbus name for the pusleaudio method Change-Id: Ia6d70537c7c422c46f3dd881942d57b9a4d62d2d Signed-off-by: DoHyun Pyun --- ag-agent/bluetooth-ag-agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ag-agent/bluetooth-ag-agent.c b/ag-agent/bluetooth-ag-agent.c index de197e7..1631558 100644 --- a/ag-agent/bluetooth-ag-agent.c +++ b/ag-agent/bluetooth-ag-agent.c @@ -4263,7 +4263,7 @@ void _bt_ag_agent_check_transport_state(void) proxy = g_dbus_proxy_new_sync(ag_dbus_conn, G_DBUS_PROXY_FLAGS_NONE, NULL, - "org.PulseAudio2", A2DP_SOURCE_ENDPOINT, + "org.pulseaudio.Server", A2DP_SOURCE_ENDPOINT, BLUEZ_MEDIA_ENDPOINT_INTERFACE, NULL, &err); if (!proxy) { -- 2.7.4