From 6c9f24b10961558679d0876fc8db273f7da76783 Mon Sep 17 00:00:00 2001 From: Luo Xu Date: Thu, 12 Dec 2024 12:23:17 +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 e9dbac7abf..cf97d6a84e 100644 --- a/components/bt/esp_ble_mesh/Kconfig.in +++ b/components/bt/esp_ble_mesh/Kconfig.in @@ -9,6 +9,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