From a7622efd0c99dc069ada98d89bee8e253f8518f8 Mon Sep 17 00:00:00 2001 From: Luo Xu Date: Wed, 11 Dec 2024 15:23:25 +0800 Subject: [PATCH] feat(ble_mesh): select BT_NIMBLE_HIGH_DUTY_ADV_ITVL (cherry picked from commit 6faf0a59fdcf063d40fc1000a209341318131185) Co-authored-by: luoxu --- 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 f2e2cc18b6..a6895aa913 100644 --- a/components/bt/esp_ble_mesh/Kconfig.in +++ b/components/bt/esp_ble_mesh/Kconfig.in @@ -15,6 +15,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 + select BT_NIMBLE_HIGH_DUTY_ADV_ITVL if BT_NIMBLE_ENABLED default n help Enable this option to allow using random advertising interval