bluetooth: mesh: increase the friend adv latency range
Increasing the adv latency range to the minimum valid ReceiveDelay value, 10ms. 4ms might be small for some target systems. Signed-off-by: alperen sener <alperen.sener@nordicsemi.no>
This commit is contained in:
parent
4a61fa32f0
commit
0b220dd6a6
1 changed files with 1 additions and 1 deletions
|
@ -1648,7 +1648,7 @@ config BT_MESH_FRIEND_SEG_RX
|
|||
|
||||
config BT_MESH_FRIEND_ADV_LATENCY
|
||||
int "Latency for enabling advertising"
|
||||
range 0 4
|
||||
range 0 10
|
||||
default 0
|
||||
help
|
||||
Latency in milliseconds between request for and start of Friend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue