obexd: Change namespace to org.bluez.obex.client

This commit is contained in:
Luiz Augusto von Dentz 2012-06-01 13:23:36 +03:00 committed by Marcel Holtmann
parent 1ff927b793
commit 27a14618b1

View File

@ -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;