summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/org.openobex.all.xml
blob: 4e5b65b23f9b9265d91af8405a6e4b03d7db97b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/">
	<interface name="org.freedesktop.DBus.Introspectable">
		<method name="Introspect">
			<arg type="s" direction="out"/>
		</method>
	</interface>
	<interface name="org.openobex.Manager">
		<method name="RegisterAgent">
			<arg type="o" direction="in"/>
		</method>
		<method name="UnregisterAgent">
			<arg type="o" direction="in"/>
		</method>
		<signal name="TransferStarted">
			<arg type="o"/>
		</signal>
		<signal name="TransferCompleted">
			<arg type="o"/>
			<arg type="b"/>
		</signal>
		<signal name="SessionCreated">
			<arg type="o"/>
		</signal>
		<signal name="SessionRemoved">
			<arg type="o"/>
		</signal>
	</interface>
</node>