Modify the dbus name for the pusleaudio method 54/205654/1 submit/tizen/20190509.001856
authorDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 8 May 2019 07:47:05 +0000 (16:47 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 8 May 2019 07:47:05 +0000 (16:47 +0900)
Change-Id: Ia6d70537c7c422c46f3dd881942d57b9a4d62d2d
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
ag-agent/bluetooth-ag-agent.c

index de197e7..1631558 100644 (file)
@@ -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) {