fix(nimble): Declutter the nimble menu config options

This commit is contained in:
Rahul Tank
2025-09-17 15:43:32 +05:30
parent 2b823f7ef3
commit 6286fc5d4a
6 changed files with 957 additions and 908 deletions
File diff suppressed because it is too large Load Diff
@@ -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:
@@ -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
@@ -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
@@ -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