Blob Blame History Raw
<!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>
    <method name="SetDiscoveryFilter"><arg name="properties" type="a{sv}" 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>

  <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>
  </interface>

  <interface name="org.bluez.AgentManager1">
    <method name="RegisterAgent">
      <arg name="agent" type="o" direction="in"/>
      <arg name="capability" type="s" direction="in"/>
    </method>
    <method name="UnregisterAgent">
      <arg name="agent" type="o" direction="in"/>
    </method>
    <method name="RequestDefaultAgent">
      <arg name="agent" type="o" direction="in"/>
    </method>
  </interface>
</node>