mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(nimble): Declutter the nimble menu config options
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user