mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-22 04:13:30 +08:00
obexd: Change namespace to org.bluez.obex.client
This commit is contained in:
parent
1ff927b793
commit
27a14618b1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user