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 932c7968488..e142a26c824 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 @@ -9,6 +9,7 @@ menu "Example Configuration" config EXAMPLE_EXTENDED_ADV bool default y if SOC_ESP_NIMBLE_CONTROLLER + select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER prompt "Enable Extended Adv" help Use this option to enable extended advertising in the example 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 e51f9a38b62..28393e4eb76 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 @@ -51,6 +51,7 @@ menu "Example Configuration" config EXAMPLE_EXTENDED_ADV bool default y if SOC_ESP_NIMBLE_CONTROLLER + select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER prompt "Enable Extended Adv" help Use this option to enable extended advertising in the example diff --git a/examples/bluetooth/nimble/ble_periodic_adv/main/Kconfig.projbuild b/examples/bluetooth/nimble/ble_periodic_adv/main/Kconfig.projbuild index 3dca6ecbf72..46004b80051 100644 --- a/examples/bluetooth/nimble/ble_periodic_adv/main/Kconfig.projbuild +++ b/examples/bluetooth/nimble/ble_periodic_adv/main/Kconfig.projbuild @@ -3,6 +3,7 @@ menu "Example Configuration" config EXAMPLE_EXTENDED_ADV bool default y if SOC_ESP_NIMBLE_CONTROLLER + select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER prompt "Enable Extended Adv" help Use this option to enable extended advertising in the example diff --git a/examples/bluetooth/nimble/ble_periodic_sync/main/Kconfig.projbuild b/examples/bluetooth/nimble/ble_periodic_sync/main/Kconfig.projbuild index 86199b5d916..c2a5a3d69a9 100644 --- a/examples/bluetooth/nimble/ble_periodic_sync/main/Kconfig.projbuild +++ b/examples/bluetooth/nimble/ble_periodic_sync/main/Kconfig.projbuild @@ -2,6 +2,7 @@ menu "Example Configuration" config EXAMPLE_EXTENDED_ADV bool default y if SOC_ESP_NIMBLE_CONTROLLER + select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER prompt "Enable Extended Adv" help Use this option to enable extended advertising in the example 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 3f37c35634b..f491ef56ad7 100644 --- a/examples/bluetooth/nimble/ble_phy/phy_cent/main/Kconfig.projbuild +++ b/examples/bluetooth/nimble/ble_phy/phy_cent/main/Kconfig.projbuild @@ -8,7 +8,8 @@ menu "Example Configuration" config EXAMPLE_EXTENDED_ADV bool - default y + default y if SOC_ESP_NIMBLE_CONTROLLER + select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER prompt "Enable Extended Adv" help Use this option to enable extended advertising in the example 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 de90ea86275..3488cd409eb 100644 --- a/examples/bluetooth/nimble/ble_phy/phy_prph/main/Kconfig.projbuild +++ b/examples/bluetooth/nimble/ble_phy/phy_prph/main/Kconfig.projbuild @@ -47,7 +47,8 @@ menu "Example Configuration" config EXAMPLE_EXTENDED_ADV bool - default y + default y if SOC_ESP_NIMBLE_CONTROLLER + select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER prompt "Enable Extended Adv" help Use this option to enable extended advertising in the example diff --git a/examples/bluetooth/nimble/blecent/main/Kconfig.projbuild b/examples/bluetooth/nimble/blecent/main/Kconfig.projbuild index 411d97254b0..33a8e0da090 100644 --- a/examples/bluetooth/nimble/blecent/main/Kconfig.projbuild +++ b/examples/bluetooth/nimble/blecent/main/Kconfig.projbuild @@ -9,6 +9,7 @@ menu "Example Configuration" config EXAMPLE_EXTENDED_ADV bool default y if SOC_ESP_NIMBLE_CONTROLLER + select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER prompt "Enable Extended Adv" help Use this option to enable extended advertising in the example diff --git a/examples/bluetooth/nimble/bleprph/main/Kconfig.projbuild b/examples/bluetooth/nimble/bleprph/main/Kconfig.projbuild index 89cfef1c51a..36f6b60f66f 100644 --- a/examples/bluetooth/nimble/bleprph/main/Kconfig.projbuild +++ b/examples/bluetooth/nimble/bleprph/main/Kconfig.projbuild @@ -51,6 +51,7 @@ menu "Example Configuration" config EXAMPLE_EXTENDED_ADV bool default y if SOC_ESP_NIMBLE_CONTROLLER + select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER prompt "Enable Extended Adv" help Use this option to enable extended advertising in the example