Przeglądaj źródła

Merge branch 'doc/update_kconfig_example_ext_adv_usage' into 'master'

doc(nimble): Update Kconfig help section for Example Ext Adv

See merge request espressif/esp-idf!24869
Rahul Tank 2 lat temu
rodzic
commit
9a7106c6a1

+ 4 - 1
examples/bluetooth/nimble/ble_htp/htp_cent/main/Kconfig.projbuild

@@ -20,5 +20,8 @@ menu "Example Configuration"
         select BT_NIMBLE_EXT_ADV
         prompt "Enable Extended Adv"
         help
-            Use this option to enable extended advertising in the example
+            Use this option to enable extended advertising in the example.
+            If this option is disabled, ensure config BT_NIMBLE_EXT_ADV is
+            also disabled from Nimble stack menuconfig
+
 endmenu

+ 3 - 1
examples/bluetooth/nimble/ble_htp/htp_prph/main/Kconfig.projbuild

@@ -7,5 +7,7 @@ menu "Example Configuration"
         select BT_NIMBLE_EXT_ADV
         prompt "Enable Extended Adv"
         help
-            Use this option to enable extended advertising in the example
+            Use this option to enable extended advertising in the example.
+            If this option is disabled, ensure config BT_NIMBLE_EXT_ADV is
+            also disabled from Nimble stack menuconfig
 endmenu

+ 3 - 1
examples/bluetooth/nimble/ble_l2cap_coc/coc_blecent/main/Kconfig.projbuild

@@ -13,5 +13,7 @@ menu "Example Configuration"
         select BT_NIMBLE_EXT_ADV
         prompt "Enable Extended Adv"
         help
-            Use this option to enable extended advertising in the example
+            Use this option to enable extended advertising in the example.
+            If this option is disabled, ensure config BT_NIMBLE_EXT_ADV is
+            also disabled from Nimble stack menuconfig
 endmenu

+ 3 - 1
examples/bluetooth/nimble/ble_l2cap_coc/coc_bleprph/main/Kconfig.projbuild

@@ -55,6 +55,8 @@ menu "Example Configuration"
         select BT_NIMBLE_EXT_ADV
         prompt "Enable Extended Adv"
         help
-            Use this option to enable extended advertising in the example
+            Use this option to enable extended advertising in the example.
+            If this option is disabled, ensure config BT_NIMBLE_EXT_ADV is
+            also disabled from Nimble stack menuconfig
 
 endmenu

+ 3 - 1
examples/bluetooth/nimble/ble_periodic_adv/main/Kconfig.projbuild

@@ -7,7 +7,9 @@ menu "Example Configuration"
         select BT_NIMBLE_EXT_ADV
         prompt "Enable Extended Adv"
         help
-            Use this option to enable extended advertising in the example
+            Use this option to enable extended advertising in the example.
+            If you disable this option, ensure config BT_NIMBLE_EXT_ADV is
+            also disabled from Nimble stack menuconfig.
 
     config EXAMPLE_RANDOM_ADDR
         bool

+ 3 - 1
examples/bluetooth/nimble/ble_periodic_sync/main/Kconfig.projbuild

@@ -6,5 +6,7 @@ menu "Example Configuration"
         select BT_NIMBLE_EXT_ADV
         prompt "Enable Extended Adv"
         help
-            Use this option to enable extended advertising in the example
+            Use this option to enable extended advertising in the example.
+            If this option is disabled, ensure config BT_NIMBLE_EXT_ADV is
+            also disabled from Nimble stack menuconfig
 endmenu

+ 3 - 2
examples/bluetooth/nimble/ble_phy/phy_cent/main/Kconfig.projbuild

@@ -13,6 +13,7 @@ menu "Example Configuration"
         select BT_NIMBLE_EXT_ADV
         prompt "Enable Extended Adv"
         help
-            Use this option to enable extended advertising in the example
-
+            Use this option to enable extended advertising in the example.
+            If this option is disabled, ensure config BT_NIMBLE_EXT_ADV is
+            also disabled from Nimble stack menuconfig
 endmenu

+ 3 - 1
examples/bluetooth/nimble/ble_phy/phy_prph/main/Kconfig.projbuild

@@ -52,6 +52,8 @@ menu "Example Configuration"
         select BT_NIMBLE_EXT_ADV
         prompt "Enable Extended Adv"
         help
-            Use this option to enable extended advertising in the example
+            Use this option to enable extended advertising in the example.
+            If this option is disabled, ensure config BT_NIMBLE_EXT_ADV is
+            also disabled from Nimble stack menuconfig
 
 endmenu

+ 3 - 1
examples/bluetooth/nimble/ble_proximity_sensor/proximity_sensor_cent/main/Kconfig.projbuild

@@ -20,5 +20,7 @@ menu "Example Configuration"
         select BT_NIMBLE_EXT_ADV
         prompt "Enable Extended Adv"
         help
-            Use this option to enable extended advertising in the example
+            Use this option to enable extended advertising in the example.
+            If this option is disabled, ensure config BT_NIMBLE_EXT_ADV is
+            also disabled from Nimble stack menuconfig
 endmenu

+ 3 - 1
examples/bluetooth/nimble/ble_proximity_sensor/proximity_sensor_prph/main/Kconfig.projbuild

@@ -7,5 +7,7 @@ menu "Example Configuration"
         select BT_NIMBLE_EXT_ADV
         prompt "Enable Extended Adv"
         help
-            Use this option to enable extended advertising in the example
+            Use this option to enable extended advertising in the example.
+            If this option is disabled, ensure config BT_NIMBLE_EXT_ADV is
+            also disabled from Nimble stack menuconfig
 endmenu

+ 3 - 1
examples/bluetooth/nimble/blecent/main/Kconfig.projbuild

@@ -13,7 +13,9 @@ menu "Example Configuration"
         select BT_NIMBLE_EXT_ADV
         prompt "Enable Extended Adv"
         help
-            Use this option to enable extended advertising in the example
+            Use this option to enable extended advertising in the example.
+            If this option is disabled, ensure config BT_NIMBLE_EXT_ADV is
+            also disabled from Nimble stack menuconfig
 
     config EXAMPLE_INIT_DEINIT_LOOP
         bool

+ 3 - 1
examples/bluetooth/nimble/bleprph/main/Kconfig.projbuild

@@ -55,7 +55,9 @@ menu "Example Configuration"
         select BT_NIMBLE_EXT_ADV
         prompt "Enable Extended Adv"
         help
-            Use this option to enable extended advertising in the example
+            Use this option to enable extended advertising in the example.
+            If this option is disabled, ensure config BT_NIMBLE_EXT_ADV is
+            also disabled from Nimble stack menuconfig
 
     config EXAMPLE_RANDOM_ADDR
         bool

+ 3 - 1
examples/bluetooth/nimble/power_save/main/Kconfig.projbuild

@@ -123,7 +123,9 @@ menu "Example Configuration"
         select BT_NIMBLE_EXT_ADV
         prompt "Enable Extended Adv"
         help
-            Use this option to enable extended advertising in the example
+            Use this option to enable extended advertising in the example.
+            If this option is disabled, ensure config BT_NIMBLE_EXT_ADV is
+            also disabled from Nimble stack menuconfig
 
     config EXAMPLE_RANDOM_ADDR
         bool