mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 04:34:31 +02:00
feat(ble): change whitelist max size to 31 on ESP32-C5
(cherry picked from commit fdae270427
)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
This commit is contained in:
@@ -453,7 +453,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
|
||||
|
||||
|
Reference in New Issue
Block a user