mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
feat(ble): change nimble whitelist max size to 31
(cherry picked from commit 93357e8613
)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
This commit is contained in:
@@ -734,6 +734,7 @@ config BT_NIMBLE_GATT_CACHING_DISABLE_AUTO
|
|||||||
config BT_NIMBLE_WHITELIST_SIZE
|
config BT_NIMBLE_WHITELIST_SIZE
|
||||||
int "BLE white list size"
|
int "BLE white list size"
|
||||||
depends on BT_NIMBLE_ENABLED
|
depends on BT_NIMBLE_ENABLED
|
||||||
|
range 1 31 if SOC_ESP_NIMBLE_CONTROLLER
|
||||||
range 1 15
|
range 1 15
|
||||||
default 12
|
default 12
|
||||||
help
|
help
|
||||||
|
Reference in New Issue
Block a user