ble_mesh: Fix using old config for duplicate scan

This commit is contained in:
lly 2020-05-25 16:29:48 +08:00
parent 0d90861984
commit 3c1487be0e

View file

@ -9,8 +9,8 @@ if BLE_MESH
config BLE_MESH_USE_DUPLICATE_SCAN config BLE_MESH_USE_DUPLICATE_SCAN
bool "Support Duplicate Scan in BLE Mesh" bool "Support Duplicate Scan in BLE Mesh"
depends on BT_BLUEDROID_ENABLED depends on BT_BLUEDROID_ENABLED
select BLE_SCAN_DUPLICATE select BTDM_BLE_SCAN_DUPL
select BLE_MESH_SCAN_DUPLICATE_EN select BTDM_BLE_MESH_SCAN_DUPL_EN
default y default y
help help
Enable this option to allow using specific duplicate scan filter Enable this option to allow using specific duplicate scan filter