From 800d8f5c481bda3fd05868f575a9b945e726a2eb Mon Sep 17 00:00:00 2001 From: Corentin Lecouvey Date: Thu, 16 Jan 2014 15:42:04 +0100 Subject: [PATCH] adapt agent dbus interface to BlueZ 5 in test program Change-Id: Ic17652f6d5dda394c168f892b2452305648f663b Signed-off-by: Corentin Lecouvey --- bluetooth_notification_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluetooth_notification_client.c b/bluetooth_notification_client.c index 2ccd5ad..ffe475e 100644 --- a/bluetooth_notification_client.c +++ b/bluetooth_notification_client.c @@ -23,7 +23,7 @@ __bluetooth_create_agent_proxy(DBusGConnection *sys_conn, const char *path) return dbus_g_proxy_new_for_name (sys_conn, "org.projectx.bt", path, - "org.bluez.Agent"); + "org.bluez.Agent1"); } static DBusGProxy* -- 2.7.4