From 8da12897085205d3111fd355034f907cadd37adb Mon Sep 17 00:00:00 2001 From: seungku kim Date: Fri, 28 Mar 2014 15:24:27 +0900 Subject: [PATCH] [Bt-syspopup] change bluez agent path 1. Bluez agent path is changed. Change-Id: I9b020dbe46175818f80c619180553642d1a7276b Signed-off-by: seungku kim --- src/bt-syspopup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bt-syspopup.c b/src/bt-syspopup.c index 20ea70c..ccbb91d 100644 --- a/src/bt-syspopup.c +++ b/src/bt-syspopup.c @@ -765,7 +765,7 @@ static DBusGProxy* __bluetooth_create_agent_proxy(DBusGConnection *conn, const char *path) { return dbus_g_proxy_new_for_name(conn, "org.projectx.bt", path, - "org.bluez.Agent"); + "org.bluez.Agent1"); } /* AUL bundle handler */ -- 2.7.4