summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-06-01 13:33:09 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-06-05 13:41:56 +0300
commita0666091800063058859c233611775da0a2fb465 (patch)
treed794ebc91e0f2fcca80b391ad28567b870d635cd
parent231a12d1e5f855141139d0ccb5a80af85a1e34a5 (diff)
downloadobexd-a0666091800063058859c233611775da0a2fb465.tar.gz
client-api: Rename ObjectPush interface to org.bluez.obex.ObjectPush
-rw-r--r--client/opp.c2
-rw-r--r--doc/client-api.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/opp.c b/client/opp.c
index a3899f8..5e84f41 100644
--- a/client/opp.c
+++ b/client/opp.c
@@ -36,7 +36,7 @@
#include "opp.h"
#define OPP_UUID "00001105-0000-1000-8000-00805f9b34fb"
-#define OPP_INTERFACE "org.openobex.ObjectPush"
+#define OPP_INTERFACE "org.bluez.obex.ObjectPush"
#define ERROR_INF OPP_INTERFACE ".Error"
struct opp_data {
diff --git a/doc/client-api.txt b/doc/client-api.txt
index 23d05dd..09aab87 100644
--- a/doc/client-api.txt
+++ b/doc/client-api.txt
@@ -61,7 +61,7 @@ Object Push hierarchy
=====================
Service org.bluez.obex.client
-Interface org.openobex.ObjectPush
+Interface org.bluez.obex.ObjectPush
Object path [variable prefix]/{session0,session1,...}
Methods object, dict SendFile(string sourcefile)