From 9c6425646212820050fa7f5fd8051c182d2d81c9 Mon Sep 17 00:00:00 2001 From: Zhao Wei Liang Date: Tue, 18 Mar 2025 16:03:34 +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 8e9f3b5679..b328a7d7b1 100644 --- a/components/bt/host/nimble/Kconfig.in +++ b/components/bt/host/nimble/Kconfig.in @@ -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"