Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.Device.Bluetooth.xml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <node name="/">
0003 <interface name="org.freedesktop.NetworkManager.Device.Bluetooth">
0004
0005 <!--
0006 HwAddress:
0007
0008 Bluetooth hardware address of the device.
0009 -->
0010 <property name="HwAddress" type="s" access="read"/>
0011
0012 <!--
0013 Name:
0014
0015 Bluetooth name of the device.
0016 -->
0017 <property name="Name" type="s" access="read"/>
0018
0019 <!--
0020 BtCapabilities:
0021
0022 Bluetooth capabilities of the device (either DUN or NAP).
0023
0024 Returns: <link linkend="NMBluetoothCapabilities">NMBluetoothCapabilities</link>
0025 -->
0026 <property name="BtCapabilities" type="u" access="read"/>
0027
0028 <!--
0029 PropertiesChanged:
0030 @properties: A dictionary mapping property names to variant boxed values
0031
0032 DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
0033 -->
0034 <signal name="PropertiesChanged">
0035 <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0036 <arg name="properties" type="a{sv}" direction="In"/>
0037 </signal>
0038 </interface>
0039 </node>