mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/fix_esp32_ke_mem_c_assert_v4.1' into 'release/v4.1'
Fixed ESP32 BLE ke_mem.c assert for v4.1 See merge request espressif/esp-idf!19005
This commit is contained in:
commit
9e11b98071
@ -364,7 +364,7 @@ menu "Bluetooth"
|
||||
int "Maximum number of devices in scan duplicate filter"
|
||||
depends on BTDM_BLE_SCAN_DUPL
|
||||
range 10 1000
|
||||
default 200
|
||||
default 100
|
||||
help
|
||||
Maximum number of devices which can be recorded in scan duplicate filter.
|
||||
When the maximum amount of device in the filter is reached, the cache will be refreshed.
|
||||
@ -380,7 +380,7 @@ menu "Bluetooth"
|
||||
int "Maximum number of Mesh adv packets in scan duplicate filter"
|
||||
depends on BTDM_BLE_MESH_SCAN_DUPL_EN
|
||||
range 10 1000
|
||||
default 200
|
||||
default 100
|
||||
help
|
||||
Maximum number of adv packets which can be recorded in duplicate scan cache for BLE Mesh.
|
||||
When the maximum amount of device in the filter is reached, the cache will be refreshed.
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit ea4d1c936a0c9c05be7af3b5912fa49a7caad7ab
|
||||
Subproject commit 8188c3b5ec4e1904cc2a2975ea4bbbe18832031d
|
Loading…
x
Reference in New Issue
Block a user