2016-04-05 01:09:48 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<node name="/">
|
2009-05-14 11:01:56 -04:00
|
|
|
<interface name="org.freedesktop.NetworkManager.Device.Bluetooth">
|
|
|
|
|
|
2016-04-05 01:09:48 +02:00
|
|
|
<!--
|
|
|
|
|
HwAddress:
|
|
|
|
|
|
2009-05-14 11:01:56 -04:00
|
|
|
Bluetooth hardware address of the device.
|
2016-04-05 01:09:48 +02:00
|
|
|
-->
|
|
|
|
|
<property name="HwAddress" type="s" access="read"/>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
Name:
|
2009-05-14 11:01:56 -04:00
|
|
|
|
|
|
|
|
Bluetooth name of the device.
|
2016-04-05 01:09:48 +02:00
|
|
|
-->
|
|
|
|
|
<property name="Name" type="s" access="read"/>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
BtCapabilities:
|
2009-05-14 11:01:56 -04:00
|
|
|
|
|
|
|
|
Bluetooth capabilities of the device (either DUN or NAP).
|
|
|
|
|
|
2016-04-05 01:02:00 +02:00
|
|
|
Returns: <link linkend="NMBluetoothCapabilities">NMBluetoothCapabilities</link>
|
2016-04-05 01:09:48 +02:00
|
|
|
-->
|
|
|
|
|
<property name="BtCapabilities" type="u" access="read"/>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
PropertiesChanged:
|
|
|
|
|
@properties: A dictionary mapping property names to variant boxed values
|
|
|
|
|
-->
|
2009-05-14 11:01:56 -04:00
|
|
|
<signal name="PropertiesChanged">
|
2016-04-05 11:27:17 +02:00
|
|
|
<arg name="properties" type="a{sv}"/>
|
2009-05-14 11:01:56 -04:00
|
|
|
</signal>
|
|
|
|
|
</interface>
|
|
|
|
|
</node>
|