blob: cbd57c23e48cfd73f29413debf67a42b339dc8d6 (
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
|
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/">
<interface name="org.bluez.ServiceAgent">
<method name="Interfaces">
<arg type="as" direction="out"/>
</method>
<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="Record">
<arg type="s" direction="out"/>
</method>
<method name="Release">
</method>
</interface>
</node>
|