From af166180f2d7b7c8ef95277a9012f46f51cfab1d Mon Sep 17 00:00:00 2001 From: luoxu Date: Mon, 27 Nov 2023 17:15:37 +0800 Subject: [PATCH] bugfix(ble_mesh): Supplementary configuration options that should be enabled. --- components/bt/esp_ble_mesh/Kconfig.in | 1 + 1 file changed, 1 insertion(+) diff --git a/components/bt/esp_ble_mesh/Kconfig.in b/components/bt/esp_ble_mesh/Kconfig.in index 4cc329354a..7f56ed73c5 100644 --- a/components/bt/esp_ble_mesh/Kconfig.in +++ b/components/bt/esp_ble_mesh/Kconfig.in @@ -8,6 +8,7 @@ if BLE_MESH config BLE_MESH_RANDOM_ADV_INTERVAL bool "Support using random adv interval for mesh packets" + select BT_BLE_HIGH_DUTY_ADV_INTERVAL if BT_BLUEDROID_ENABLED default n help Enable this option to allow using random advertising interval