ble_mesh: stack: Enable duplicate scan for c3

This commit is contained in:
lly 2021-02-02 22:46:06 +08:00 committed by bot
parent 922194a295
commit bd2d63ff96

View File

@ -9,8 +9,10 @@ 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 BTDM_BLE_SCAN_DUPL select BTDM_BLE_SCAN_DUPL if BT_CTRL_ESP32
select BTDM_BLE_MESH_SCAN_DUPL_EN select BTDM_BLE_MESH_SCAN_DUPL_EN if BT_CTRL_ESP32
select BT_CTRL_BLE_SCAN_DUPL if BT_CTRL_ESP32C3
select BT_CTRL_BLE_MESH_SCAN_DUPL_EN if BT_CTRL_ESP32C3
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