summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-06-01 13:27:44 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-06-05 13:41:56 +0300
commit231a12d1e5f855141139d0ccb5a80af85a1e34a5 (patch)
tree982a5ce66a69a35cbaea92d20fa204598bfc980c
parent35124fb2b4d40dabf57949ddd2c5c38c8c4ff127 (diff)
downloadobexd-231a12d1e5f855141139d0ccb5a80af85a1e34a5.tar.gz
client-api: Rename session interface to org.bluez.obex.Session
The base is also changed to /org/bluez/obex to follow the new namespace
-rw-r--r--client/session.c4
-rw-r--r--doc/client-api.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/client/session.c b/client/session.c
index ac5c7f2..7014396 100644
--- a/client/session.c
+++ b/client/session.c
@@ -45,8 +45,8 @@
#include "driver.h"
#include "transport.h"
-#define SESSION_INTERFACE "org.openobex.Session"
-#define SESSION_BASEPATH "/org/openobex"
+#define SESSION_INTERFACE "org.bluez.obex.Session"
+#define SESSION_BASEPATH "/org/bluez/obex"
#define OBEX_IO_ERROR obex_io_error_quark()
#define OBEX_IO_ERROR_FIRST (0xff + 1)
diff --git a/doc/client-api.txt b/doc/client-api.txt
index 6d2c05f..23d05dd 100644
--- a/doc/client-api.txt
+++ b/doc/client-api.txt
@@ -40,7 +40,7 @@ Session hierarchy
=================
Service org.bluez.obex.client
-Interface org.openobex.Session
+Interface org.bluez.obex.Session
Object path [variable prefix]/{session0,session1,...}
Methods dict GetProperties()