diff options
Diffstat (limited to 'src/interfaces/org.tdebluez.agent.xml')
-rw-r--r-- | src/interfaces/org.tdebluez.agent.xml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/src/interfaces/org.tdebluez.agent.xml b/src/interfaces/org.tdebluez.agent.xml new file mode 100644 index 0000000..36bac01 --- /dev/null +++ b/src/interfaces/org.tdebluez.agent.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<node name="/org/trinitydesktop/tdebluez"> +<!-- The Introspectable Interface gets autogenerated + <interface name="org.freedesktop.DBus.Introspectable"> + <method name="Introspect"> + <arg name="xml" type="s" direction="out"/> + </method> + </interface> +--> + <interface name="org.bluez.Agent1"> + <method name="Release"> + </method> + <method name="RequestPinCode"> + <annotation name="org.freedesktop.DBus.GLib.Async"/> + <arg name="device" direction="in" type="o"/> + <arg name="pincode" direction="out" type="s"/> + </method> + <method name="DisplayPinCode"> + <annotation name="org.freedesktop.DBus.GLib.Async"/> + <arg name="device" direction="in" type="o"/> + <arg name="pincode" direction="in" type="s"/> + </method> + <method name="RequestPasskey"> + <annotation name="org.freedesktop.DBus.GLib.Async"/> + <arg name="device" direction="in" type="o"/> + <arg name="passkey" direction="out" type="u"/> + </method> + <method name="DisplayPasskey"> + <annotation name="org.freedesktop.DBus.GLib.Async"/> + <arg name="device" direction="in" type="o"/> + <arg name="passkey" direction="in" type="u"/> + <arg name="entered" direction="in" type="q"/> + </method> + <method name="RequestConfirmation"> + <annotation name="org.freedesktop.DBus.GLib.Async"/> + <arg name="device" direction="in" type="o"/> + <arg name="passkey" direction="in" type="u"/> + </method> + <method name="RequestAuthorization"> + <annotation name="org.freedesktop.DBus.GLib.Async"/> + <arg name="device" direction="in" type="o"/> + </method> + <method name="AuthorizeService"> + <annotation name="org.freedesktop.DBus.GLib.Async"/> + <arg name="device" direction="in" type="o"/> + <arg name="uuid" direction="in" type="s"/> + </method> + <method name="Cancel"> + </method> + </interface> +</node> |