Skip to content

Commit

Permalink
Merge branch 'doc/update_kconfig_example_ext_adv_usage' into 'master'
Browse files Browse the repository at this point in the history
doc(nimble): Update Kconfig help section for Example Ext Adv

See merge request espressif/esp-idf!24869
  • Loading branch information
rahult-github committed Jul 19, 2023
2 parents fb7cc00 + f907c22 commit 9a7106c
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 9a7106c

Please sign in to comment.