summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/org.bluez.Service.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/bluez/org.bluez.Service.xml')
-rw-r--r--src/bluetooth/bluez/org.bluez.Service.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/bluetooth/bluez/org.bluez.Service.xml b/src/bluetooth/bluez/org.bluez.Service.xml
deleted file mode 100644
index e18516a3..00000000
--- a/src/bluetooth/bluez/org.bluez.Service.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
-<node name="/org/bluez/3003/any">
- <interface name="org.bluez.Service">
- <method name="AddRecord">
- <arg type="s" direction="in"/>
- <arg type="u" direction="out"/>
- </method>
- <method name="UpdateRecord">
- <arg type="u" direction="in"/>
- <arg type="s" direction="in"/>
- </method>
- <method name="RemoveRecord">
- <arg type="u" direction="in"/>
- </method>
- <method name="RequestAuthorization">
- <arg type="s" direction="in"/>
- <arg type="u" direction="in"/>
- </method>
- <method name="CancelAuthorization"/>
- </interface>
-</node>