bluez/daemon/service-agent.xml
2006-11-01 19:28:22 +00:00

21 lines
501 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<node name="/">
<interface name="org.bluez.ServiceAgent">
<method name="Start">
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
</method>
<method name="Stop">
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
</method>
<method name="Release">
</method>
</interface>
<interface name="org.bluez.EchoService">
<property name="channel" type="u" access="readwrite"/>
</interface>
</node>