|
|
@ -2,13 +2,11 @@
|
|
|
|
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
|
|
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
|
|
<!-- https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc/obex-api.txt -->
|
|
|
|
<!-- https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc/obex-api.txt -->
|
|
|
|
<node name="/org/bluez/obex">
|
|
|
|
<node name="/org/bluez/obex">
|
|
|
|
<!--
|
|
|
|
|
|
|
|
<interface name="org.freedesktop.DBus.Introspectable">
|
|
|
|
<interface name="org.freedesktop.DBus.Introspectable">
|
|
|
|
<method name="Introspect">
|
|
|
|
<method name="Introspect">
|
|
|
|
<arg name="xml" type="s" direction="out"/>
|
|
|
|
<arg name="xml" type="s" direction="out"/>
|
|
|
|
</method>
|
|
|
|
</method>
|
|
|
|
</interface>
|
|
|
|
</interface>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<interface name="org.bluez.obex.AgentManager1">
|
|
|
|
<interface name="org.bluez.obex.AgentManager1">
|
|
|
|
<method name="RegisterAgent">
|
|
|
|
<method name="RegisterAgent">
|
|
|
|
<arg name="agent" type="o" direction="in" />
|
|
|
|
<arg name="agent" type="o" direction="in" />
|
|
|
|