summaryrefslogtreecommitdiffstats
path: root/daemon/service-agent.xml
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/service-agent.xml')
-rw-r--r--daemon/service-agent.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/daemon/service-agent.xml b/daemon/service-agent.xml
new file mode 100644
index 00000000..cbd57c23
--- /dev/null
+++ b/daemon/service-agent.xml
@@ -0,0 +1,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>