zephyr/subsys/bluetooth/mesh
Lingao Meng aea9adfc89 Bluetooth: Mesh: Fixes LPN poll timeout gradually grow
`POLL_TIMEOUT_MAX` should use `CONFIG_BT_MESH_LPN_POLL_TIMEOUT`
instead of `CONFIG_BT_MESH_LPN_INIT_POLL_TIMEOUT`. The described
algorithm to grow the poll timeout implemented in function
poll_timeout does not work with this implementation.

It's a regression in 3b4d58a
Bluetooth: Mesh: optimize performance for lpn node

Fixes: #30338

Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
2020-12-10 14:04:19 +02:00
..
access.c
access.h
adv_ext.c Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
adv_legacy.c Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
adv.c Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
adv.h Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
app_keys.c
app_keys.h
beacon.c bluetooth: mesh: avoid improper access to internal structures 2020-11-24 13:04:48 +02:00
beacon.h
cdb.c
cfg_cli.c Bluetooth: Mesh: Only block mod_sub if status was requested 2020-11-26 13:04:04 +01:00
cfg_srv.c Bluetooth: Mesh: Fixes wrong app_key_idx parameters 2020-12-10 12:58:20 +01:00
cfg.c
cfg.h
CMakeLists.txt Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
crypto.c
crypto.h
foundation.h
friend.c Bluetooth: Mesh: Fix Friend node handle Key update 2020-11-30 12:32:37 +02:00
friend.h
health_cli.c
health_srv.c
heartbeat.c bluetooth: mesh: avoid improper access to internal structures 2020-11-24 13:04:48 +02:00
heartbeat.h
Kconfig Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
lpn.c Bluetooth: Mesh: Fixes LPN poll timeout gradually grow 2020-12-10 14:04:19 +02:00
lpn.h
main.c Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
mesh.h
net.c
net.h
pb_adv.c Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
pb_gatt.c
prov_bearer.h
prov_device.c
prov.c Bluetooth: Mesh: Fixes prov string log dump 2020-11-19 13:28:28 +02:00
prov.h Bluetooth: Mesh: Fixes wrong prov pointer clear 2020-11-19 13:28:28 +02:00
provisioner.c
provisioner.h
proxy.c Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
proxy.h Bluetooth: Mesh: Extended advertising support 2020-12-09 12:57:59 +02:00
rpl.c
rpl.h
settings.c
settings.h
shell.c
subnet.c Bluetooth: Mesh: Fix Friend node estalished 2020-11-30 12:32:37 +02:00
subnet.h
test.c
test.h
TODO
transport.c Bluetooth: Mesh: Fix friend node cache message 2020-11-30 12:32:37 +02:00
transport.h