From f907c22ea8e5cc37b481687a7ae6117582842b6a Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Tue, 18 Jul 2023 15:30:51 +0530 Subject: [PATCH] docs(nimble): Update Kconfig help section for Example Ext Adv --- .../bluetooth/nimble/ble_htp/htp_cent/main/Kconfig.projbuild | 5 ++++- .../bluetooth/nimble/ble_htp/htp_prph/main/Kconfig.projbuild | 4 +++- .../nimble/ble_l2cap_coc/coc_blecent/main/Kconfig.projbuild | 4 +++- .../nimble/ble_l2cap_coc/coc_bleprph/main/Kconfig.projbuild | 4 +++- .../bluetooth/nimble/ble_periodic_adv/main/Kconfig.projbuild | 4 +++- .../nimble/ble_periodic_sync/main/Kconfig.projbuild | 4 +++- .../bluetooth/nimble/ble_phy/phy_cent/main/Kconfig.projbuild | 5 +++-- .../bluetooth/nimble/ble_phy/phy_prph/main/Kconfig.projbuild | 4 +++- .../proximity_sensor_cent/main/Kconfig.projbuild | 4 +++- .../proximity_sensor_prph/main/Kconfig.projbuild | 4 +++- examples/bluetooth/nimble/blecent/main/Kconfig.projbuild | 4 +++- examples/bluetooth/nimble/bleprph/main/Kconfig.projbuild | 4 +++- examples/bluetooth/nimble/power_save/main/Kconfig.projbuild | 4 +++- 13 files changed, 40 insertions(+), 14 deletions(-) diff --git a/examples/bluetooth/nimble/ble_htp/htp_cent/main/Kconfig.projbuild b/examples/bluetooth/nimble/ble_htp/htp_cent/main/Kconfig.projbuild index 0121cbba469..8cad8f99527 100644 --- a/examples/bluetooth/nimble/ble_htp/htp_cent/main/Kconfig.projbuild +++ b/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 diff --git a/examples/bluetooth/nimble/ble_htp/htp_prph/main/Kconfig.projbuild b/examples/bluetooth/nimble/ble_htp/htp_prph/main/Kconfig.projbuild index a01703dd48b..92f93deb845 100644 --- a/examples/bluetooth/nimble/ble_htp/htp_prph/main/Kconfig.projbuild +++ b/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 diff --git a/examples/bluetooth/nimble/ble_l2cap_coc/coc_blecent/main/Kconfig.projbuild b/examples/bluetooth/nimble/ble_l2cap_coc/coc_blecent/main/Kconfig.projbuild index 5397f94ed51..58d5dc4ef8a 100644 --- a/examples/bluetooth/nimble/ble_l2cap_coc/coc_blecent/main/Kconfig.projbuild +++ b/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 diff --git a/examples/bluetooth/nimble/ble_l2cap_coc/coc_bleprph/main/Kconfig.projbuild b/examples/bluetooth/nimble/ble_l2cap_coc/coc_bleprph/main/Kconfig.projbuild index e7a2f956024..ede9e666abd 100644 --- a/examples/bluetooth/nimble/ble_l2cap_coc/coc_bleprph/main/Kconfig.projbuild +++ b/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 diff --git a/examples/bluetooth/nimble/ble_periodic_adv/main/Kconfig.projbuild b/examples/bluetooth/nimble/ble_periodic_adv/main/Kconfig.projbuild index 37a6fb825de..112b26de7b0 100644 --- a/examples/bluetooth/nimble/ble_periodic_adv/main/Kconfig.projbuild +++ b/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 diff --git a/examples/bluetooth/nimble/ble_periodic_sync/main/Kconfig.projbuild b/examples/bluetooth/nimble/ble_periodic_sync/main/Kconfig.projbuild index 7bbaeb5486c..68ca5de275a 100644 --- a/examples/bluetooth/nimble/ble_periodic_sync/main/Kconfig.projbuild +++ b/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 diff --git a/examples/bluetooth/nimble/ble_phy/phy_cent/main/Kconfig.projbuild b/examples/bluetooth/nimble/ble_phy/phy_cent/main/Kconfig.projbuild index 3e8b65b83fd..58d5dc4ef8a 100644 --- a/examples/bluetooth/nimble/ble_phy/phy_cent/main/Kconfig.projbuild +++ b/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 diff --git a/examples/bluetooth/nimble/ble_phy/phy_prph/main/Kconfig.projbuild b/examples/bluetooth/nimble/ble_phy/phy_prph/main/Kconfig.projbuild index 58c8303b5c7..13b046d5cb5 100644 --- a/examples/bluetooth/nimble/ble_phy/phy_prph/main/Kconfig.projbuild +++ b/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 diff --git a/examples/bluetooth/nimble/ble_proximity_sensor/proximity_sensor_cent/main/Kconfig.projbuild b/examples/bluetooth/nimble/ble_proximity_sensor/proximity_sensor_cent/main/Kconfig.projbuild index 0121cbba469..c084eb3e35b 100644 --- a/examples/bluetooth/nimble/ble_proximity_sensor/proximity_sensor_cent/main/Kconfig.projbuild +++ b/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 diff --git a/examples/bluetooth/nimble/ble_proximity_sensor/proximity_sensor_prph/main/Kconfig.projbuild b/examples/bluetooth/nimble/ble_proximity_sensor/proximity_sensor_prph/main/Kconfig.projbuild index a01703dd48b..92f93deb845 100644 --- a/examples/bluetooth/nimble/ble_proximity_sensor/proximity_sensor_prph/main/Kconfig.projbuild +++ b/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 diff --git a/examples/bluetooth/nimble/blecent/main/Kconfig.projbuild b/examples/bluetooth/nimble/blecent/main/Kconfig.projbuild index cead6afc5c7..b5f044b14ab 100644 --- a/examples/bluetooth/nimble/blecent/main/Kconfig.projbuild +++ b/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 diff --git a/examples/bluetooth/nimble/bleprph/main/Kconfig.projbuild b/examples/bluetooth/nimble/bleprph/main/Kconfig.projbuild index 8b1a1607546..e4520eefa29 100644 --- a/examples/bluetooth/nimble/bleprph/main/Kconfig.projbuild +++ b/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 diff --git a/examples/bluetooth/nimble/power_save/main/Kconfig.projbuild b/examples/bluetooth/nimble/power_save/main/Kconfig.projbuild index 0058681e32c..ff485c6fc15 100644 --- a/examples/bluetooth/nimble/power_save/main/Kconfig.projbuild +++ b/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