From 3b89497b397d99d44b3d7da6f28403722b6b3665 Mon Sep 17 00:00:00 2001 From: lly Date: Mon, 25 May 2020 16:29:48 +0800 Subject: [PATCH] ble_mesh: Fix using old config for duplicate scan --- components/bt/esp_ble_mesh/Kconfig.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/bt/esp_ble_mesh/Kconfig.in b/components/bt/esp_ble_mesh/Kconfig.in index 994db4203..6a593c511 100644 --- a/components/bt/esp_ble_mesh/Kconfig.in +++ b/components/bt/esp_ble_mesh/Kconfig.in @@ -9,8 +9,8 @@ if BLE_MESH config BLE_MESH_USE_DUPLICATE_SCAN bool "Support Duplicate Scan in BLE Mesh" depends on BT_BLUEDROID_ENABLED - select BLE_SCAN_DUPLICATE - select BLE_MESH_SCAN_DUPLICATE_EN + select BTDM_BLE_SCAN_DUPL + select BTDM_BLE_MESH_SCAN_DUPL_EN default y help Enable this option to allow using specific duplicate scan filter