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

This commit is contained in:
zwl
2025-03-14 17:06:00 +08:00
parent 57417ca30f
commit 2b435687b0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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