diff --git a/doc/org.bluez.LEAdvertisement.rst b/doc/org.bluez.LEAdvertisement.rst
index 4609bde..d3f9cc4 100644
--- a/doc/org.bluez.LEAdvertisement.rst
+++ b/doc/org.bluez.LEAdvertisement.rst
Service Data elements to include. The keys are the UUID to associate
with the data.
-dict Data [Experimental]
-````````````````````````
+dict Data
+`````````
Advertising Data to include. Key is the advertising type and value is
the data as byte array.
<Transport Discovery> <Organization Flags...>
0x26 0x01 0x01...
-bool Discoverable [Experimental]
-````````````````````````````````
+bool Discoverable
+`````````````````
Advertise as general discoverable. When present this will override
adapter Discoverable property.
Note: This property shall not be set when **Type** is set to
"broadcast".
-uint16 DiscoverableTimeout [Experimental]
-`````````````````````````````````````````
+uint16 DiscoverableTimeout
+``````````````````````````
The discoverable timeout in seconds. A value of zero means that the
timeout is disabled and it will stay in discoverable/limited mode
Timeout of the advertisement in seconds. This defines the lifetime of
the advertisement.
-string SecondaryChannel [Experimental]
-``````````````````````````````````````
+string SecondaryChannel
+```````````````````````
Secondary channel to be used. Primary channel is always set to "1M"
except when "Coded" is set.
:"2M":
:"Coded":
-uint32 MinInterval [Experimental]
-`````````````````````````````````
+uint32 MinInterval
+``````````````````
Minimum advertising interval to be used by the advertising set, in
milliseconds. Acceptable values are in the range [20ms, 10,485s].
If the provided MinInterval is larger than the provided MaxInterval,
the registration will return failure.
-uint32 MaxInterval [Experimental]
-`````````````````````````````````
+uint32 MaxInterval
+``````````````````
Maximum advertising interval to be used by the advertising set, in
milliseconds. Acceptable values are in the range [20ms, 10,485s]. If the
provided MinInterval is larger than the provided MaxInterval, the
registration will return failure.
-int16 TxPower [Experimental]
-````````````````````````````
+int16 TxPower
+`````````````
Requested transmission power of this advertising set. The provided value
is used only if the "CanSetTxPower" feature is enabled on the
diff --git a/doc/org.bluez.LEAdvertisingManager.rst b/doc/org.bluez.LEAdvertisingManager.rst
index b9d5caf..7f6359d 100644
--- a/doc/org.bluez.LEAdvertisingManager.rst
+++ b/doc/org.bluez.LEAdvertisingManager.rst
:"local-name":
:"rsi":
-array{string} SupportedSecondaryChannels [readonly, Experimental]
-`````````````````````````````````````````````````````````````````
+array{string} SupportedSecondaryChannels [readonly]
+```````````````````````````````````````````````````
List of supported Secondary channels. Secondary channels can be used to
advertise with the corresponding PHY.
:"2M":
:"Coded":
-dict SupportedCapabilities [readonly, Experimental]
-```````````````````````````````````````````````````
+dict SupportedCapabilities [readonly]
+`````````````````````````````````````
Enumerates Advertising-related controller capabilities useful to the
client.
Max advertising tx power (dBm)
-array{string} SupportedFeatures [readonly,optional,Experimental]
-````````````````````````````````````````````````````````````````
+array{string} SupportedFeatures [readonly,optional]
+```````````````````````````````````````````````````
List of supported platform features. If no features are available on
the platform, the SupportedFeatures array will be empty.