Diff between 1ff927b79348b3d327407d779eeaf85d3899a797 and 27a14618b104679747501784ed3a010510796403
Changed Files
| File | Additions | Deletions | Status |
| obexd/client/manager.c | +3 | -3 | modified |
Full Patch
diff --git a/obexd/client/manager.c b/obexd/client/manager.c
index 9bb1465..1ae95f5 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;