summaryrefslogtreecommitdiffstats
path: root/src/interfaces/org.bluez.device.xml
blob: 7715379e8c3ae9ac7c13f6979e27999d1a1f89e2 (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
<?xml version="1.0" encoding="UTF-8"?>
<node>
<!-- 
	<interface name="org.freedesktop.DBus.Introspectable">
		<method name="Introspect">
			<arg name="xml" type="s" direction="out" />
		</method>
	</interface>
-->
	<interface name="org.bluez.Device1">
		<method name="Disconnect">
            <annotation name="org.freedesktop.DBus.GLib.Async"/>
        </method>
		<method name="Connect">
            <annotation name="org.freedesktop.DBus.GLib.Async"/>
        </method>
		<method name="ConnectProfile">
            <annotation name="org.freedesktop.DBus.GLib.Async"/>
			<arg name="UUID" type="s" direction="in" />
		</method>
		<method name="DisconnectProfile">
            <annotation name="org.freedesktop.DBus.GLib.Async"/>
			<arg name="UUID" type="s" direction="in" />
		</method>
		<method name="Pair">
            <annotation name="org.freedesktop.DBus.GLib.Async"/>
        </method>
		<method name="CancelPairing">
            <annotation name="org.freedesktop.DBus.GLib.Async"/>
        </method>
		<property name="Address" type="s" access="read"></property>
		<property name="Name" type="s" access="read"></property>
		<property name="Alias" type="s" access="readwrite"></property>
		<property name="Class" type="u" access="read"></property>
		<property name="Appearance" type="q" access="read"></property>
		<property name="Icon" type="s" access="read"></property>
		<property name="Paired" type="b" access="read"></property>
		<property name="Trusted" type="b" access="readwrite"></property>
		<property name="Blocked" type="b" access="readwrite"></property>
		<property name="LegacyPairing" type="b" access="read"></property>
		<property name="RSSI" type="n" access="read"></property>
		<property name="Connected" type="b" access="read"></property>
		<property name="UUIDs" type="as" access="read"></property>
		<property name="Modalias" type="s" access="read"></property>
		<property name="Adapter" type="o" access="read"></property>
		<property name="ManufacturerData" type="a{qv}" access="read"></property>
		<property name="ServiceData" type="a{sv}" access="read"></property>
		<property name="TxPower" type="n" access="read"></property>
		<property name="ServicesResolved" type="b" access="read"></property>
	</interface>
	<interface name="org.freedesktop.DBus.Properties">
		<method name="Get">
			<arg name="interface" type="s" direction="in" />
			<arg name="name" type="s" direction="in" />
			<arg name="value" type="v" direction="out" />
		</method>
		<method name="Set">
			<arg name="interface" type="s" direction="in" />
			<arg name="name" type="s" direction="in" />
			<arg name="value" type="v" direction="in" />
		</method>
		<method name="GetAll">
			<arg name="interface" type="s" direction="in" />
			<arg name="properties" type="a{sv}" direction="out" />
		</method>
		<signal name="PropertiesChanged">
			<arg name="interface" type="s" />
			<arg name="changed_properties" type="a{sv}" />
			<arg name="invalidated_properties" type="as" />
		</signal>
	</interface>
	<interface name="org.bluez.MediaControl1">
		<method name="Play">
			<annotation name="org.freedesktop.DBus.Deprecated"
				value="true" />
		</method>
		<method name="Pause">
			<annotation name="org.freedesktop.DBus.Deprecated"
				value="true" />
		</method>
		<method name="Stop">
			<annotation name="org.freedesktop.DBus.Deprecated"
				value="true" />
		</method>
		<method name="Next">
			<annotation name="org.freedesktop.DBus.Deprecated"
				value="true" />
		</method>
		<method name="Previous">
			<annotation name="org.freedesktop.DBus.Deprecated"
				value="true" />
		</method>
		<method name="VolumeUp">
			<annotation name="org.freedesktop.DBus.Deprecated"
				value="true" />
		</method>
		<method name="VolumeDown">
			<annotation name="org.freedesktop.DBus.Deprecated"
				value="true" />
		</method>
		<method name="FastForward">
			<annotation name="org.freedesktop.DBus.Deprecated"
				value="true" />
		</method>
		<method name="Rewind">
			<annotation name="org.freedesktop.DBus.Deprecated"
				value="true" />
		</method>
		<property name="Connected" type="b" access="read"></property>
		<property name="Player" type="o" access="read"></property>
	</interface>
</node>