From 5fd7c865c7dc6de1e6a8c9da2f4f946bdbf0484c 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 51fbebbeb6..48bcefcf12 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