Bluetooth: Mesh: Kconfig: Use a saner default ReceiveDelay
A value of 20ms means it's possible the LPN will end up doing simultaneous advertising & scanning, which increases the risk of lost packets. Use a default of 100ms to keep these separate. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
50a656ff16
commit
cb8470f3a0
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ config BT_MESH_LPN_MIN_QUEUE_SIZE
|
|||
config BT_MESH_LPN_RECV_DELAY
|
||||
int "Receive delay requested by the local node"
|
||||
range 10 255
|
||||
default 20
|
||||
default 100
|
||||
help
|
||||
The ReceiveDelay is the time between the Low Power node
|
||||
sending a request and listening for a response. This delay
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue