diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml
index 481665a..d3216ad 100644
--- a/doc/spec/hal-spec-properties.xml
+++ b/doc/spec/hal-spec-properties.xml
@@ -4011,7 +4011,8 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'}
capability net and they will export the
properties below. This namespace only describe the generic
aspect of networking devices; specific networking technologies
- such as IEEE 802.3 and IEEE 802.11 have separate namespaces.
+ such as IEEE 802.3, IEEE 802.11 and Bluetooth have separate
+ namespaces.
@@ -4192,6 +4193,65 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'}
+
+
+ net.bluetooth namespace
+
+
+ Bluetooth ethernet networking devices is described in this namespace
+ for device objects with the capability
+ net.bluetooth.
+ Note that device
+ objects can only have the net.bluetooth capability
+ if they already have the capability net.
+
+
+
+
+
+ Key (type)
+ Values
+ Mandatory
+ Description
+
+
+
+
+
+ net.bluetooth.mac_address (uint64)
+
+ example: 0x0010605d8ef4
+
+ Only if the net.bluetooth capability is set
+
+ 48-bit address
+
+
+
+ net.bluetooth.name (string)
+
+ example: Network Access Point Service
+
+ Only if the net.bluetooth capability is set
+
+ Displayable Name
+
+
+
+ net.bluetooth.uuid (string)
+
+ example: 00001116-0000-1000-8000-00805f9b34fb
+
+ Only if the net.bluetooth capability is set
+
+ Universal Unique IDentifier
+
+
+
+
+
+
+
net.irda namespace
--
1.4.4.2