From 573755a8d2b32b44d9251b745da7112124479b9d Mon Sep 17 00:00:00 2001 From: wangjialiang Date: Mon, 10 Jul 2023 19:13:49 +0800 Subject: [PATCH] feat(ble_mesh: stack: esp32c6/h2): update Kconfig file to support duplicate scan. --- components/bt/esp_ble_mesh/Kconfig.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/bt/esp_ble_mesh/Kconfig.in b/components/bt/esp_ble_mesh/Kconfig.in index 0724412083..714c476b8e 100644 --- a/components/bt/esp_ble_mesh/Kconfig.in +++ b/components/bt/esp_ble_mesh/Kconfig.in @@ -13,6 +13,8 @@ if BLE_MESH select BTDM_BLE_MESH_SCAN_DUPL_EN if IDF_TARGET_ESP32 select BT_CTRL_BLE_SCAN_DUPL if IDF_TARGET_ESP32C3 select BT_CTRL_BLE_MESH_SCAN_DUPL_EN if IDF_TARGET_ESP32C3 + select BT_LE_SCAN_DUPL if IDF_TARGET_ESP32C6 + select BT_LE_SCAN_DUPL if IDF_TARGET_ESP32H2 default y help Enable this option to allow using specific duplicate scan filter