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

This commit is contained in:
zwl
2025-03-14 17:07:28 +08:00
parent 578f2358c6
commit fdae270427

View File

@@ -459,7 +459,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