summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/org.bluez.Agent.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/bluez/org.bluez.Agent.xml')
-rw-r--r--src/bluetooth/bluez/org.bluez.Agent.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/bluetooth/bluez/org.bluez.Agent.xml b/src/bluetooth/bluez/org.bluez.Agent.xml
new file mode 100644
index 00000000..9a77eb1b
--- /dev/null
+++ b/src/bluetooth/bluez/org.bluez.Agent.xml
@@ -0,0 +1,32 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node name="/">
+ <interface name="org.bluez.Agent">
+ <method name="Release" />
+ <method name="RequestPinCode">
+ <arg type="o" direction="in"/>
+ <arg type="s" direction="out"/>
+ </method>
+ <method name="RequestPasskey">
+ <arg type="o" direction="in"/>
+ <arg type="u" direction="out"/>
+ </method>
+ <method name="DisplayPasskey">
+ <arg type="o" direction="in"/>
+ <arg type="u" direction="in"/>
+ <arg type="y" direction="in"/>
+ </method>
+ <method name="RequestConfirmation">
+ <arg type="o" direction="in"/>
+ <arg type="u" direction="in"/>
+ </method>
+ <method name="Authorize">
+ <arg type="o" direction="in"/>
+ <arg type="s" direction="in"/>
+ </method>
+ <method name="ConfirmModeChange">
+ <arg type="s" direction="in"/>
+ </method>
+ <method name="Cancel" />
+ </interface>
+ <node name="org"/>
+</node>