summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/org.bluez.all.xml
blob: b48a01f3e7da5a3d4cd7c39e86e38fe6f21a136c (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/org/bluez/3003/hci0">
	<interface name="org.bluez.Adapter">
		<method name="GetProperties">
			<arg type="a{sv}" direction="out"/>
            <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
		</method>
		<method name="SetProperty">
			<arg type="s" direction="in"/>
			<arg type="v" direction="in"/>
		</method>
		<method name="RequestMode">
			<arg type="s" direction="in"/>
		</method>
		<method name="ReleaseMode"/>
		<method name="RequestSession"/>
		<method name="ReleaseSession"/>
		<method name="StartDiscovery"/>
		<method name="StopDiscovery"/>
		<method name="ListDevices">
			<arg type="ao" direction="out"/>
		</method>
		<method name="CreateDevice">
			<arg type="s" direction="in"/>
			<arg type="o" direction="out"/>
		</method>
		<method name="CreatePairedDevice">
			<arg type="s" direction="in"/>
			<arg type="o" direction="in"/>
			<arg type="s" direction="in"/>
			<arg type="o" direction="out"/>
		</method>
		<method name="CancelDeviceCreation">
			<arg type="s" direction="in"/>
		</method>
		<method name="RemoveDevice">
			<arg type="o" direction="in"/>
		</method>
		<method name="FindDevice">
			<arg type="s" direction="in"/>
			<arg type="o" direction="out"/>
		</method>
		<method name="RegisterAgent">
			<arg type="o" direction="in"/>
			<arg type="s" direction="in"/>
		</method>
		<method name="UnregisterAgent">
			<arg type="o" direction="in"/>
		</method>
		<signal name="DeviceCreated">
			<arg type="o"/>
		</signal>
		<signal name="DeviceRemoved">
			<arg type="o"/>
		</signal>
		<signal name="DeviceFound">
			<arg type="s"/>
			<arg type="a{sv}"/>
            <annotation name="com.trolltech.QtDBus.QtTypeName.In1" value="QVariantMap"/>
		</signal>
		<signal name="PropertyChanged">
			<arg type="s"/>
			<arg type="v"/>
		</signal>
		<signal name="DeviceDisappeared">
			<arg type="s"/>
		</signal>
	</interface>
	<interface name="org.bluez.Service">
		<method name="AddRecord">
			<arg type="s" direction="in"/>
			<arg type="u" direction="out"/>
		</method>
		<method name="UpdateRecord">
			<arg type="u" direction="in"/>
			<arg type="s" direction="in"/>
		</method>
		<method name="RemoveRecord">
			<arg type="u" direction="in"/>
		</method>
		<method name="RequestAuthorization">
			<arg type="s" direction="in"/>
			<arg type="u" direction="in"/>
		</method>
		<method name="CancelAuthorization"/>
	</interface>
	<interface name="org.bluez.SerialProxyManager">
		<method name="CreateProxy">
			<arg type="s" direction="in"/>
			<arg type="s" direction="in"/>
			<arg type="s" direction="out"/>
		</method>
		<method name="ListProxies">
			<arg type="as" direction="out"/>
		</method>
		<method name="RemoveProxy">
			<arg type="s" direction="in"/>
		</method>
		<signal name="ProxyCreated">
			<arg type="s"/>
		</signal>
		<signal name="ProxyRemoved">
			<arg type="s"/>
		</signal>
	</interface>
	<interface name="org.bluez.NetworkPeer">
		<method name="SetProperty">
			<arg type="s" direction="in"/>
			<arg type="v" direction="in"/>
		</method>
		<method name="GetProperties">
			<arg type="a{sv}" direction="out"/>
		</method>
		<signal name="PropertyChanged">
			<arg type="s"/>
			<arg type="v"/>
		</signal>
	</interface>
	<interface name="org.bluez.NetworkHub">
		<method name="SetProperty">
			<arg type="s" direction="in"/>
			<arg type="v" direction="in"/>
		</method>
		<method name="GetProperties">
			<arg type="a{sv}" direction="out"/>
		</method>
		<signal name="PropertyChanged">
			<arg type="s"/>
			<arg type="v"/>
		</signal>
	</interface>
	<interface name="org.bluez.NetworkRouter">
		<method name="SetProperty">
			<arg type="s" direction="in"/>
			<arg type="v" direction="in"/>
		</method>
		<method name="GetProperties">
			<arg type="a{sv}" direction="out"/>
		</method>
		<signal name="PropertyChanged">
			<arg type="s"/>
			<arg type="v"/>
		</signal>
	</interface>
</node>