From: DoHyun Pyun Date: Wed, 8 May 2019 07:47:05 +0000 (+0900) Subject: Modify the dbus name for the pusleaudio method X-Git-Tag: submit/tizen/20190509.001856^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fconnectivity%2Fbluetooth-agent.git;a=commitdiff_plain;h=344df7044b5a7c594bf26c1a794c40727bebc341 Modify the dbus name for the pusleaudio method Change-Id: Ia6d70537c7c422c46f3dd881942d57b9a4d62d2d Signed-off-by: DoHyun Pyun --- 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) {