mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-03 20:35:33 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user