summaryrefslogtreecommitdiff
path: root/contrib/obexd-api-0.42-fixed/agent.xml
diff options
context:
space:
mode:
authorAlexander Orlenko <alex@ubuntu.(none)>2011-09-23 16:20:51 +1100
committerAlexander Orlenko <alex@ubuntu.(none)>2011-09-23 16:20:51 +1100
commitb8b3832000af5423a487143bb28b3f19589116ce (patch)
tree51e1b9e2d85f5038fa0e98314980a18bb3d6b8b5 /contrib/obexd-api-0.42-fixed/agent.xml
parent95418b6cbea2c25b950e957fc4aea3fed1305bc3 (diff)
downloadbluez-tools-b8b3832000af5423a487143bb28b3f19589116ce.tar.gz
Updated API of bluez-tools to 4.96
Updated API of obexd to 0.42 Fixed type of daemon_arg in bt-agent Added daemon mode support in bt-network
Diffstat (limited to 'contrib/obexd-api-0.42-fixed/agent.xml')
-rw-r--r--contrib/obexd-api-0.42-fixed/agent.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/contrib/obexd-api-0.42-fixed/agent.xml b/contrib/obexd-api-0.42-fixed/agent.xml
new file mode 100644
index 0000000..bb089dd
--- /dev/null
+++ b/contrib/obexd-api-0.42-fixed/agent.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/ObexAgent">
+ <interface name="org.openobex.Agent">
+ <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="obexagent"/>
+
+ <method name="Authorize">
+ <arg type="o" name="transfer" direction="in"/>
+ <arg type="s" name="bt_address" direction="in"/>
+ <arg type="s" name="name" direction="in"/>
+ <arg type="s" name="type" direction="in"/>
+ <arg type="i" name="length" direction="in"/>
+ <arg type="i" name="time" direction="in"/>
+ <arg type="s" direction="out"/>
+ </method>
+ <method name="Cancel"/>
+
+ <method name="Release"/>
+ <method name="Request">
+ <arg type="o" name="transfer" direction="in"/>
+ <arg type="s" direction="out"/>
+ </method>
+ <method name="Progress">
+ <arg type="o" name="transfer" direction="in"/>
+ <arg type="t" name="transferred" direction="in"/>
+ </method>
+ <method name="Complete">
+ <arg type="o" name="transfer" direction="in"/>
+ </method>
+ <method name="Error">
+ <arg type="o" name="transfer" direction="in"/>
+ <arg type="s" name="message" direction="in"/>
+ </method>
+
+ </interface>
+</node>