summaryrefslogtreecommitdiffstats
path: root/daemon/service-agent.xml
blob: 0feabe4758ea390ac01ff485293bc9164162c38e (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
26
27
28
<?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>

  <interface name="org.bluez.EchoService">
    <property name="channel" type="u" access="readwrite"/>
  </interface>
</node>