diff options
-rw-r--r-- | client/opp.c | 2 | ||||
-rw-r--r-- | doc/client-api.txt | 2 |
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) |