blob: b7258fda8ef12c04f1a7d61829da8aa7c6743de8 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright 2022 The Chromium OS Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="org.bluez.Device1">
<!-- Properties -->
<property name="Address" type="s" access="read">
<tp:docstring>
The Bluetooth device address of the device.
</tp:docstring>
</property>
<property name="Name" type="s" access="read">
<tp:docstring>
The Bluetooth friendly name of the device.
</tp:docstring>
</property>
<property name="Type" type="s" access="read">
<tp:docstring>
The carriers supported by this remote device.
</tp:docstring>
</property>
<property name="Appearance" type="q" access="read">
<tp:docstring>
The external appearance of the device
</tp:docstring>
</property>
<property name="Modalias" type="s" access="read">
<tp:docstring>
Remote Device ID information.
</tp:docstring>
</property>
<property name="RSSI" type="n" access="read">
<tp:docstring>
Received Signal Strength Indicator of the remote device.
</tp:docstring>
</property>
<property name="MTU" type="q" access="read">
<tp:docstring>
The Maximum Transmission Unit used in ATT communication.
</tp:docstring>
</property>
<property name="UUIDs" type="as" access="read">
<tp:docstring>
The list of the available remote services.
</tp:docstring>
</property>
<property name="Connected" type="b" access="read">
<tp:docstring>
Indicates that the device is currently connected.
</tp:docstring>
</property>
<property name="Adapter" type="o" access="read">
<tp:docstring>
Object path of the adapter the device belongs to.
</tp:docstring>
</property>
</interface>
</node>