summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/org.bluez.Device1.xml
blob: 554d0b535f64f02847dfc925becebd6e8740978a (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
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
    "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="org.bluez.Device1">
    <method name="Disconnect"></method>
    <method name="Connect"></method>
    <method name="ConnectProfile">
      <arg name="UUID" type="s" direction="in"/>
    </method>
    <method name="DisconnectProfile">
      <arg name="UUID" type="s" direction="in"/>
    </method>
    <method name="Pair"></method>
    <method name="CancelPairing"></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>
    <!-- ManufacturerData & ServiceData introduced by Bluez 5.31 -->
    <property name="ManufacturerData" type="a{qv}" access="read">
        <annotation name="org.qtproject.QtDBus.QtTypeName" value="ManufacturerDataList"/>
    </property>
    <property name="ServiceData" type="a{sv}" access="read">
            <annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>
    </property>
    <!-- TxPower and ServicesResolved introduced by Bluez 5.42 -->
    <property name="TxPower" type="n" access="read"></property>
    <property name="ServicesResolved" type="b" access="read"></property>
  </interface>
</node>