blob: 36bac01b354dd3cdb6dd98f9bf0ff0f26c1584d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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>
|