Bluetooth: Mesh: fix BT_MESH_LPN_POLL_TIMEOUT description
The calculation was off by a factor of 10. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
1c08d4fd03
commit
0b7ac73eb6
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ config BT_MESH_LPN_POLL_TIMEOUT
|
|||
requests are received by the Friend node before the
|
||||
PollTimeout timer expires, then the friendship is considered
|
||||
terminated. The value is in units of 100 milliseconds, so e.g.
|
||||
a value of 300 means 3 seconds.
|
||||
a value of 300 means 30 seconds.
|
||||
|
||||
config BT_MESH_LPN_INIT_POLL_TIMEOUT
|
||||
int "The starting value of the PollTimeout timer"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue