Merge branch 'bugfix/re_organize_nimble_kconfig_v5.1' into 'release/v5.1'

fix(nimble): Declutter the nimble menu config options (v5.1)

See merge request espressif/esp-idf!42306
This commit is contained in:
Rahul Tank
2025-10-01 16:28:52 +05:30
6 changed files with 957 additions and 908 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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:

View File

@@ -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:

View File

@@ -49,7 +49,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

View File

@@ -49,7 +49,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

View File

@@ -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