feat(ble): change nimble whitelist max size to 31

(cherry picked from commit 93357e8613)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
This commit is contained in:
Zhao Wei Liang
2025-03-18 16:03:34 +08:00
committed by zwl
parent a9d9e092d2
commit 9c64256462

View File

@@ -709,10 +709,11 @@ config BT_NIMBLE_GATT_CACHING_DISABLE_AUTO
config BT_NIMBLE_WHITELIST_SIZE
int "BLE white list size"
depends on BT_NIMBLE_ENABLED
range 1 31 if SOC_ESP_NIMBLE_CONTROLLER
range 1 15
default 12
help
BLE list size
BLE list size
config BT_NIMBLE_TEST_THROUGHPUT_TEST
bool "Throughput Test Mode enable"