From 93357e86133b3e90f7f06ee89747fc9d9feeaa49 Mon Sep 17 00:00:00 2001 From: zwl Date: Fri, 14 Mar 2025 17:30:25 +0800 Subject: [PATCH] feat(ble): change nimble whitelist max size to 31 --- 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 0e40140463..9a06cf30f8 100644 --- a/components/bt/host/nimble/Kconfig.in +++ b/components/bt/host/nimble/Kconfig.in @@ -735,10 +735,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"