From 86001719b34cba0fa9ba7c39eb10179983f9919b Mon Sep 17 00:00:00 2001 From: Zhao Wei Liang Date: Tue, 18 Mar 2025 16:05:00 +0800 Subject: [PATCH] feat(ble): change nimble whitelist max size to 31 (cherry picked from commit 93357e86133b3e90f7f06ee89747fc9d9feeaa49) Co-authored-by: zwl --- components/bt/host/nimble/Kconfig.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/bt/host/nimble/Kconfig.in b/components/bt/host/nimble/Kconfig.in index 2c04d87d6d..e45fc7cbb2 100644 --- a/components/bt/host/nimble/Kconfig.in +++ b/components/bt/host/nimble/Kconfig.in @@ -734,10 +734,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"