From 27a14618b104679747501784ed3a010510796403 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 1 Jun 2012 13:23:36 +0300 Subject: [PATCH] obexd: Change namespace to org.bluez.obex.client --- obexd/client/manager.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/obexd/client/manager.c b/obexd/client/manager.c index 9bb1465af..1ae95f58a 100644 --- a/obexd/client/manager.c +++ b/obexd/client/manager.c @@ -45,10 +45,10 @@ #include "sync.h" #include "map.h" -#define CLIENT_SERVICE "org.openobex.client" +#define CLIENT_SERVICE "org.bluez.obex.client" -#define CLIENT_INTERFACE "org.openobex.Client" -#define CLIENT_PATH "/" +#define CLIENT_INTERFACE "org.bluez.obex.Client" +#define CLIENT_PATH "/" struct send_data { DBusConnection *connection; -- 2.47.3