You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebluez/src/interfaces/org.tdebluez.agent.xml

52 lines
1.9 KiB

<?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>