Update bt lib for ESP32

- Add config to set duplicate scan list refresh period
- overwrite the oldest device infor if the list is full
- Fixed duplicate scan period is not accurate
This commit is contained in:
zwj
2022-12-15 15:10:52 +08:00
committed by zhiweijian
parent 0b0faf576f
commit 9ac7b16124
5 changed files with 28 additions and 4 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ config BT_CTRL_SCAN_DUPL_CACHE_SIZE
When the maximum amount of device in the filter is reached, the cache will be refreshed.
config BT_CTRL_DUPL_SCAN_CACHE_REFRESH_PERIOD
int "Duplicate scan list refresh period"
int "Duplicate scan list refresh period (seconds)"
depends on BT_CTRL_BLE_SCAN_DUPL
range 0 1000
default 0