summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-06-01 13:39:20 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-06-05 13:41:56 +0300
commitb00998a6147e0989ab5b22c04d42e02d2e839870 (patch)
tree42bad5aa3d822e07ac3b16319c98281a0bd21729
parentddb9d1dca5f24b8e3a3a9a1fed39d6bf6354cbb2 (diff)
downloadobexd-b00998a6147e0989ab5b22c04d42e02d2e839870.tar.gz
client-api: Rename Synchronization interface to org.bluez.obex.Synchronization
-rw-r--r--client/sync.c2
-rw-r--r--doc/client-api.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/sync.c b/client/sync.c
index 035ab2e..65c9210 100644
--- a/client/sync.c
+++ b/client/sync.c
@@ -42,7 +42,7 @@
#define OBEX_SYNC_UUID "IRMC-SYNC"
#define OBEX_SYNC_UUID_LEN 9
-#define SYNC_INTERFACE "org.openobex.Synchronization"
+#define SYNC_INTERFACE "org.bluez.obex.Synchronization"
#define ERROR_INF SYNC_INTERFACE ".Error"
#define SYNC_UUID "00001104-0000-1000-8000-00805f9b34fb"
diff --git a/doc/client-api.txt b/doc/client-api.txt
index 5a6189d..76bf722 100644
--- a/doc/client-api.txt
+++ b/doc/client-api.txt
@@ -298,7 +298,7 @@ Synchronization hierarchy
=======================
Service org.bluez.obex.client
-Interface org.openobex.Synchronization
+Interface org.bluez.obex.Synchronization
Object path [variable prefix]/{session0,session1,...}
Methods void SetLocation(string location)