mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 21:54:33 +08:00
21 lines
501 B
XML
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>
|