mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
bugfix(ble_mesh): Supplementary configuration options that should be enabled.
This commit is contained in:
parent
d680a3949b
commit
afab071f51
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user