summaryrefslogtreecommitdiff
path: root/contrib/bluez-api-4.75-fixed/agent.xml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bluez-api-4.75-fixed/agent.xml')
-rw-r--r--contrib/bluez-api-4.75-fixed/agent.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/contrib/bluez-api-4.75-fixed/agent.xml b/contrib/bluez-api-4.75-fixed/agent.xml
deleted file mode 100644
index 86e442b..0000000
--- a/contrib/bluez-api-4.75-fixed/agent.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<node name="/Agent">
- <interface name="org.bluez.Agent">
- <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="agent"/>
- <method name="Release"/>
- <method name="RequestPinCode">
- <arg type="o" name="device" direction="in"/>
- <arg type="s" direction="out"/>
- </method>
- <method name="RequestPasskey">
- <arg type="o" name="device" direction="in"/>
- <arg type="u" direction="out"/>
- </method>
- <method name="DisplayPasskey">
- <arg type="o" name="device" direction="in"/>
- <arg type="u" name="passkey" direction="in"/>
- <arg type="y" name="entered" direction="in"/>
- </method>
- <method name="RequestConfirmation">
- <arg type="o" name="device" direction="in"/>
- <arg type="u" name="passkey" direction="in"/>
- </method>
- <method name="Authorize">
- <arg type="o" name="device" direction="in"/>
- <arg type="s" name="uuid" direction="in"/>
- </method>
- <method name="ConfirmModeChange">
- <arg type="s" name="mode" direction="in"/>
- </method>
- <method name="Cancel"/>
- </interface>
-</node>