summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/org.bluez.obex.ObjectPush1.xml
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-05-14 12:26:42 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-06-17 11:42:44 +0200
commit7beb4375483f74cc5be501dbcd91c82a80178936 (patch)
tree4c3bc50d6334b9e4a63d75b083a03bf15f860c49 /src/bluetooth/bluez/org.bluez.obex.ObjectPush1.xml
parentbf1a06f6aaedf7709947eb284226348fb0385cc0 (diff)
Bluez5: Add Object-Push support
Task-number: QTBUG-32085 Change-Id: Ied7ffeac768dc65c44cc74112cdebaaf9bb2bc46 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'src/bluetooth/bluez/org.bluez.obex.ObjectPush1.xml')
-rw-r--r--src/bluetooth/bluez/org.bluez.obex.ObjectPush1.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/bluetooth/bluez/org.bluez.obex.ObjectPush1.xml b/src/bluetooth/bluez/org.bluez.obex.ObjectPush1.xml
new file mode 100644
index 00000000..651f21a5
--- /dev/null
+++ b/src/bluetooth/bluez/org.bluez.obex.ObjectPush1.xml
@@ -0,0 +1,25 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
+ "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node>
+ <interface name="org.bluez.obex.ObjectPush1">
+ <method name="SendFile">
+ <arg name="sourcefile" type="s" direction="in"/>
+ <arg name="transfer" type="o" direction="out"/>
+ <arg name="properties" type="a{sv}" direction="out"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap"/>
+ </method>
+ <method name="PullBusinessCard">
+ <arg name="targetfile" type="s" direction="in"/>
+ <arg name="transfer" type="o" direction="out"/>
+ <arg name="properties" type="a{sv}" direction="out"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap"/>
+ </method>
+ <method name="ExchangeBusinessCards">
+ <arg name="clientfile" type="s" direction="in"/>
+ <arg name="targetfile" type="s" direction="in"/>
+ <arg name="transfer" type="o" direction="out"/>
+ <arg name="properties" type="a{sv}" direction="out"/>
+ <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap"/>
+ </method>
+ </interface>
+</node>