summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/org.bluez.Adapter1.xml
blob: a1e6babeb25660e8b44899edc3c2fc028b67d044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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.Adapter1">
    <method name="StartDiscovery"></method>
    <method name="StopDiscovery"></method>
    <method name="RemoveDevice">
      <arg name="device" type="o" direction="in"/>
    </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="Powered" type="b" access="readwrite"></property>
    <property name="Discoverable" type="b" access="readwrite"></property>
    <property name="DiscoverableTimeout" type="u" access="readwrite"></property>
    <property name="Pairable" type="b" access="readwrite"></property>
    <property name="PairableTimeout" type="u" access="readwrite"></property>
    <property name="Discovering" type="b" access="read"></property>
    <property name="UUIDs" type="as" access="read"></property>
    <property name="Modalias" type="s" access="read"></property>
  </interface>
</node>