Diff between 7497ef07ba719ee1037cb3d3dc9e9b165baae1dd and e3bb4f22e086fc250f11fb9a11fab392de4bb4f0

Changed Files

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

Full Patch

diff --git a/doc/obexd-api.txt b/doc/obexd-api.txt
index 822157d..c3c9c6f 100644
--- a/doc/obexd-api.txt
+++ b/doc/obexd-api.txt
@@ -9,11 +9,10 @@ Manager hierarchy
 ===============
 
 Service		org.bluez.obex
-Interface	org.bluez.obex.Manager
-Object path	/
+Interface	org.bluez.obex.AgentManager1
+Object path	/org/bluez/obex
 
-Methods
-		void RegisterAgent(object agent)
+Methods		void RegisterAgent(object agent)
 
 			Register an agent to request authorization of
 			the user to accept/reject objects. Object push
diff --git a/obexd/src/manager.c b/obexd/src/manager.c
index cfa14f3..6037d13 100644
--- a/obexd/src/manager.c
+++ b/obexd/src/manager.c
@@ -45,7 +45,7 @@
 #include "service.h"
 
 #define OBEX_MANAGER_PATH "/org/bluez/obex"
-#define OBEX_MANAGER_INTERFACE OBEXD_SERVICE ".Manager"
+#define OBEX_MANAGER_INTERFACE OBEXD_SERVICE ".AgentManager1"
 #define ERROR_INTERFACE OBEXD_SERVICE ".Error"
 #define TRANSFER_INTERFACE OBEXD_SERVICE ".Transfer"
 #define SESSION_INTERFACE OBEXD_SERVICE ".Session"