Skip to content

Commit

Permalink
Merge branch 'doc/update_kconfig_example_ext_adv_usage_v5.1' into 're…
Browse files Browse the repository at this point in the history
…lease/v5.1'

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

See merge request espressif/esp-idf!24913
  • Loading branch information
Isl2017 committed Aug 23, 2023
2 parents a6b5c93 + 87ad401 commit 842eb0f
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 12 deletions.
Expand Up @@ -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
Expand Up @@ -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
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Up @@ -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
Expand Up @@ -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
Expand Up @@ -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
Expand Up @@ -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
4 changes: 3 additions & 1 deletion examples/bluetooth/nimble/blecent/main/Kconfig.projbuild
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion examples/bluetooth/nimble/bleprph/main/Kconfig.projbuild
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion examples/bluetooth/nimble/power_save/main/Kconfig.projbuild
Expand Up @@ -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
Expand Down

0 comments on commit 842eb0f

Please sign in to comment.