From f542d96735417deac170830505ceabaca68f2886 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 1 Jun 2012 13:33:09 +0300 Subject: [PATCH] obexd: Rename ObjectPush interface to org.bluez.obex.ObjectPush --- obexd/client/opp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obexd/client/opp.c b/obexd/client/opp.c index a3899f8b9..5e84f41fe 100644 --- a/obexd/client/opp.c +++ b/obexd/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 { -- 2.47.3