diff --git a/doc/advertising-api.txt b/doc/advertising-api.txt
index 541c570..6c0e523 100644
--- a/doc/advertising-api.txt
+++ b/doc/advertising-api.txt
int16 MaxTxPower
Max advertising tx power (dBm)
+
+ array{string} SupportedFeatures [readonly,optional,Experimental]
+
+ List of supported platform features. If no features
+ are available on the platform, the SupportedFeatures
+ array will be empty.
+
+ Possible values: "CanSetTxPower"
+
+ Indicates whether platform can
+ specify tx power on each
+ advertising instance.
+
+ "HardwareOffload"
+
+ Indicates whether multiple
+ advertising will be offloaded
+ to the controller.