feat(ble): change whitelist max size to 31 on ESP32-C2

(cherry picked from commit 578f2358c6)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
This commit is contained in:
Zhao Wei Liang
2025-03-18 16:04:56 +08:00
parent 1fe9c33ea2
commit 8297b40cf5

View File

@ -424,7 +424,7 @@ config BT_LE_CRYPTO_STACK_MBEDTLS
config BT_LE_WHITELIST_SIZE config BT_LE_WHITELIST_SIZE
int "BLE white list size" int "BLE white list size"
range 1 15 range 1 31
default 12 default 12
depends on !BT_NIMBLE_ENABLED depends on !BT_NIMBLE_ENABLED