Component/bt: fix CI scan case failed in v3.0

This commit is contained in:
zhiweijian 2018-08-24 10:57:16 +08:00
parent 997d291d85
commit 3870836a90

View file

@ -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.