Merge branch 'bugfix/re_organize_nimble_kconfig' into 'master'

fix(nimble): Declutter the nimble menu config options

Closes BLERP-2227

See merge request espressif/esp-idf!41829
This commit is contained in:
Rahul Tank
2025-10-01 16:28:31 +05:30
6 changed files with 1023 additions and 977 deletions
@@ -52,7 +52,7 @@ idf.py menuconfig
```
In the `Component config` menu:
* Select encrypted adv data from `Component config -> Bluetooth -> NimBLE Options -> BT_NIMBLE_ENC_ADV_DATA`
* Select encrypted adv data from `Component config -> Bluetooth -> NimBLE Options -> Extra Features -> Encrypted Advertising Data`
In the `Example Configuration` menu:
@@ -28,7 +28,7 @@ idf.py menuconfig
```
In the `Component config` menu:
* Select encrypted adv data from `Component config -> Bluetooth -> NimBLE Options -> BT_NIMBLE_ENC_ADV_DATA`
* Select encrypted adv data from `Component config -> Bluetooth -> NimBLE Options -> Extra Features -> Encrypted Advertising Data`
In the `Example Configuration` menu:
@@ -48,7 +48,7 @@ idf.py menuconfig
In the `Component Config` menu:
* Change Component config → Bluetooth → NimBLE Options → Maximum number of connection oriented channels to a value greater than 0
* Change Component config → Bluetooth → NimBLE Options → L2CAP → Maximum number of connection oriented channels to a value greater than 0
* Change Component config → Bluetooth → NimBLE Options → Memory Settings → MSYS_1 Block Size to 536 (For maximum transmission of data)
### Build and Flash
@@ -48,7 +48,7 @@ idf.py menuconfig
In the `Component Config` menu:
* Change Component config → Bluetooth → NimBLE Options → Maximum number of connection oriented channels to a value greater than 0
* Change Component config → Bluetooth → NimBLE Options → L2CAP → Maximum number of connection oriented channels to a value greater than 0
* Change Component config → Bluetooth → NimBLE Options → Memory Settings → MSYS_1 Block Size to 536 (For maximum transmission of data)
### Build and Flash
@@ -30,7 +30,7 @@ idf.py menuconfig
To configure number of advertising instances:
* Component config → Bluetooth → NimBLE Options → Enable BLE 5 feature → Maximum number of extended advertising instances
* Component config → Bluetooth → NimBLE Options → BLE 5.x Features → Enable BLE 5 feature → Enable extended advertising → Maximum number of extended advertising instances
### Hardware Required