cc4a9b544a8cd64da135cf6372099a5c5c5fc801
[NetworkManager.git] / introspection / nm-device-bt.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
4   <interface name="org.freedesktop.NetworkManager.Device.Bluetooth">
5
6     <property name="HwAddress" type="s" access="read">
7       <tp:docstring>
8         Bluetooth hardware address of the device.
9       </tp:docstring>
10     </property>
11
12     <property name="Name" type="s" access="read">
13       <tp:docstring>
14         Bluetooth name of the device.
15       </tp:docstring>
16     </property>
17
18     <property name="BtCapabilities" type="u" access="read" tp:type="NM_BT_CAPABILITIES">
19       <tp:docstring>
20         Bluetooth capabilities of the device (either DUN or NAP).
21       </tp:docstring>
22     </property>
23
24     <signal name="PropertiesChanged">
25         <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
26             <tp:docstring>
27                 A dictionary mapping property names to variant boxed values
28             </tp:docstring>
29         </arg>
30     </signal>
31
32     <tp:flags name="NM_BT_CAPABILITIES" value-prefix="NM_BT_CAPABILITY" type="u">
33       <tp:docstring>
34         Flags describing the capabilities of a Bluetooth device.
35       </tp:docstring>
36       <tp:flag suffix="NONE" value="0x0">
37         <tp:docstring>The device has no recognized capabilities.</tp:docstring>
38       </tp:flag>
39       <tp:flag suffix="DUN" value="0x1">
40         <tp:docstring>The device supports Bluetooth Dial-Up Networking.</tp:docstring>
41       </tp:flag>
42       <tp:flag suffix="PAN" value="0x2">
43         <tp:docstring>The device supports Bluetooth Personal Area Networking.</tp:docstring>
44       </tp:flag>
45     </tp:flags>
46
47   </interface>
48 </node>