Merge branch 'bugfix/ble_mesh_uses_deprecated_config_v4.1' into 'release/v4.1'

ble_mesh: Fix using old config for duplicate scan (v4.1)

See merge request espressif/esp-idf!8900
This commit is contained in:
Island 2020-05-27 17:24:13 +08:00
commit c3d33f4232

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