mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
bugfix(ble_mesh): Supplementary configuration options that should be enabled.
This commit is contained in:
@ -8,6 +8,7 @@ if BLE_MESH
|
|||||||
|
|
||||||
config BLE_MESH_RANDOM_ADV_INTERVAL
|
config BLE_MESH_RANDOM_ADV_INTERVAL
|
||||||
bool "Support using random adv interval for mesh packets"
|
bool "Support using random adv interval for mesh packets"
|
||||||
|
select BT_BLE_HIGH_DUTY_ADV_INTERVAL if BT_BLUEDROID_ENABLED
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Enable this option to allow using random advertising interval
|
Enable this option to allow using random advertising interval
|
||||||
|
Reference in New Issue
Block a user