blob: 69457ef8e3ea644c8dd4709362136120f727f5f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!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.Session1">
<method name="GetCapabilities">
<arg name="capabilities" type="s" direction="out"/>
</method>
<property name="Source" type="s" access="read"></property>
<property name="Destination" type="s" access="read"></property>
<property name="Channel" type="y" access="read"></property>
<property name="Target" type="s" access="read"></property>
</interface>
</node>
|