Diff between e3bb4f22e086fc250f11fb9a11fab392de4bb4f0 and 22c81fdae7338966d155f53d65df99fff3beee98

Changed Files

File Additions Deletions Status
doc/obex-agent-api.txt +2 -3 modified
obexd/src/manager.c +1 -1 modified

Full Patch

diff --git a/doc/obex-agent-api.txt b/doc/obex-agent-api.txt
index 20181a6..b0d8ad2 100644
--- a/doc/obex-agent-api.txt
+++ b/doc/obex-agent-api.txt
@@ -9,11 +9,10 @@ Agent hierarchy
 ===============
 
 Service		unique name
-Interface	org.bluez.obex.Agent
+Interface	org.bluez.obex.Agent1
 Object path	freely definable
 
-Methods
-		string Authorize(object transfer, string bt_address, string name,
+Methods		string Authorize(object transfer, string bt_address, string name,
 					string type, int32 length, int32 time)
 
 			This method gets called when the service daemon
diff --git a/obexd/src/manager.c b/obexd/src/manager.c
index 6037d13..f9ffc4e 100644
--- a/obexd/src/manager.c
+++ b/obexd/src/manager.c
@@ -49,7 +49,7 @@
 #define ERROR_INTERFACE OBEXD_SERVICE ".Error"
 #define TRANSFER_INTERFACE OBEXD_SERVICE ".Transfer"
 #define SESSION_INTERFACE OBEXD_SERVICE ".Session"
-#define AGENT_INTERFACE OBEXD_SERVICE ".Agent"
+#define AGENT_INTERFACE OBEXD_SERVICE ".Agent1"
 
 #define TIMEOUT 60*1000 /* Timeout for user response (miliseconds) */