mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
Component/bt: fix CI scan case failed in v3.0
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