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:
Johan Hedberg 2017-11-10 10:47:12 +02:00 committed by Johan Hedberg
commit cb8470f3a0

View file

@ -251,7 +251,7 @@ config BT_MESH_LPN_MIN_QUEUE_SIZE
config BT_MESH_LPN_RECV_DELAY config BT_MESH_LPN_RECV_DELAY
int "Receive delay requested by the local node" int "Receive delay requested by the local node"
range 10 255 range 10 255
default 20 default 100
help help
The ReceiveDelay is the time between the Low Power node The ReceiveDelay is the time between the Low Power node
sending a request and listening for a response. This delay sending a request and listening for a response. This delay