NetworkManager/introspection/org.freedesktop.NetworkManager.Device.Bluetooth.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

37 lines
937 B
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<node name="/">
<!--
org.freedesktop.NetworkManager.Device.Bluetooth:
@short_description: Bluetooth Device.
-->
<interface name="org.freedesktop.NetworkManager.Device.Bluetooth">
<!--
HwAddress:
Bluetooth hardware address of the device.
DEPRECATED. Use the "HwAddress" property in "org.freedesktop.NetworkManager.Device" instead which exists since version NetworkManager 1.24.0.
-->
<property name="HwAddress" type="s" access="read"/>
<!--
Name:
Bluetooth name of the device.
-->
<property name="Name" type="s" access="read"/>
<!--
BtCapabilities:
Bluetooth capabilities of the device (either DUN or NAP).
Returns: <link linkend="NMBluetoothCapabilities">NMBluetoothCapabilities</link>
-->
<property name="BtCapabilities" type="u" access="read"/>
</interface>
</node>