mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
Merge branch 'bugfix/btdm_fix_CI_scan_case_fail' into 'release/v3.0'
Component/bt: fix CI scan case failed in v3.0 See merge request idf/esp-idf!3074
This commit is contained in:
@ -166,8 +166,8 @@ config BLE_SCAN_DUPLICATE
|
|||||||
config DUPLICATE_SCAN_CACHE_SIZE
|
config DUPLICATE_SCAN_CACHE_SIZE
|
||||||
int "Maximum number of devices in scan duplicate filter"
|
int "Maximum number of devices in scan duplicate filter"
|
||||||
depends on BLE_SCAN_DUPLICATE
|
depends on BLE_SCAN_DUPLICATE
|
||||||
range 10 200
|
range 10 1000
|
||||||
default 20
|
default 500
|
||||||
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.
|
||||||
|
Reference in New Issue
Block a user