<?xml version="1.0" encoding="UTF-8"?> <node name="/org/trinitydesktop/tdebluez"> <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>