From f6fede26b788b955e2e6a26b1a20b144254f9986 Mon Sep 17 00:00:00 2001 From: Luo Xu Date: Thu, 12 Dec 2024 12:23:37 +0800 Subject: [PATCH] feat(ble_mesh): select BT_NIMBLE_HIGH_DUTY_ADV_ITVL (cherry picked from commit 6faf0a59fdcf063d40fc1000a209341318131185) Co-authored-by: luoxu (cherry picked from commit a7622efd0c99dc069ada98d89bee8e253f8518f8) Co-authored-by: Luo Xu --- 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 47c6fad2c0..b163e96d17 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