kopia lustrzana https://github.com/espressif/esp-idf
fix esp32 BLE ke_mem.c assert
rodzic
d949df8dcb
commit
f39df9a9c0
|
@ -348,7 +348,7 @@ config BTDM_SCAN_DUPL_CACHE_SIZE
|
||||||
int "Maximum number of devices in scan duplicate filter"
|
int "Maximum number of devices in scan duplicate filter"
|
||||||
depends on BTDM_BLE_SCAN_DUPL
|
depends on BTDM_BLE_SCAN_DUPL
|
||||||
range 10 1000
|
range 10 1000
|
||||||
default 200
|
default 100
|
||||||
help
|
help
|
||||||
Maximum number of devices which can be recorded in scan duplicate filter.
|
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.
|
When the maximum amount of device in the filter is reached, the cache will be refreshed.
|
||||||
|
@ -364,7 +364,7 @@ config BTDM_MESH_DUPL_SCAN_CACHE_SIZE
|
||||||
int "Maximum number of Mesh adv packets in scan duplicate filter"
|
int "Maximum number of Mesh adv packets in scan duplicate filter"
|
||||||
depends on BTDM_BLE_MESH_SCAN_DUPL_EN
|
depends on BTDM_BLE_MESH_SCAN_DUPL_EN
|
||||||
range 10 1000
|
range 10 1000
|
||||||
default 200
|
default 100
|
||||||
help
|
help
|
||||||
Maximum number of adv packets which can be recorded in duplicate scan cache for BLE Mesh.
|
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.
|
When the maximum amount of device in the filter is reached, the cache will be refreshed.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ea4d1c936a0c9c05be7af3b5912fa49a7caad7ab
|
Subproject commit 8188c3b5ec4e1904cc2a2975ea4bbbe18832031d
|
Ładowanie…
Reference in New Issue