diff options
author | Dan Williams <dcbw@redhat.com> | 2009-05-14 11:01:56 -0400 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2009-05-14 11:01:56 -0400 |
commit | 7d88a8721401143fc579dab01c521e389dedcc19 (patch) | |
tree | 88601785a3bd85bfd2ae9ea4c52a05307c9c6dbf /introspection/nm-device-bt.xml | |
parent | 4d586832765bb63bf680eebb682b4f78ce9fe642 (diff) | |
download | NetworkManager-7d88a8721401143fc579dab01c521e389dedcc19.tar.gz |
bluetooth: NMDeviceBt and associated fixes
Diffstat (limited to 'introspection/nm-device-bt.xml')
-rw-r--r-- | introspection/nm-device-bt.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/introspection/nm-device-bt.xml b/introspection/nm-device-bt.xml new file mode 100644 index 0000000000..b1716b3693 --- /dev/null +++ b/introspection/nm-device-bt.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8" ?> + +<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"> + <interface name="org.freedesktop.NetworkManager.Device.Bluetooth"> + + <property name="HwAddress" type="s" access="read"> + <tp:docstring> + Bluetooth hardware address of the device. + </tp:docstring> + </property> + + <property name="Name" type="s" access="read"> + <tp:docstring> + Bluetooth name of the device. + </tp:docstring> + </property> + + <property name="BtCapabilities" type="u" access="read"> + <tp:docstring> + Bluetooth capabilities of the device (either DUN or NAP). + </tp:docstring> + </property> + + <signal name="PropertiesChanged"> + <arg name="properties" type="a{sv}" tp:type="String_Variant_Map"> + <tp:docstring> + A dictionary mapping property names to variant boxed values + </tp:docstring> + </arg> + </signal> + + </interface> +</node> |