zephyr/subsys/bluetooth/mesh
Trond Einar Snekvik e1c6ea9241 Bluetooth: Mesh: Transport tx seg_o overflow
Increases the transport segmentented tx seg_o counter to 6 bits to avoid
overflow when sending 32 segments. The check in the send loop would
previously never be false, which causes segments to repeat
unnecessarily.

Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
2020-05-15 17:04:45 +02:00
..
access.c Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct 2020-04-30 13:46:48 +03:00
access.h
adv.c Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct 2020-04-30 13:46:48 +03:00
adv.h Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct 2020-04-30 13:46:48 +03:00
beacon.c Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct 2020-04-30 13:46:48 +03:00
beacon.h
cdb.c
cfg_cli.c Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct 2020-04-30 13:46:48 +03:00
cfg_srv.c Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct 2020-04-30 13:46:48 +03:00
CMakeLists.txt Bluetooth: Mesh: Split out provisioning bearers 2020-03-20 12:45:53 +02:00
crypto.c
crypto.h
foundation.h
friend.c Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct 2020-04-30 13:46:48 +03:00
friend.h Bluetooth: Mesh: Friend SeqAuth cleanup 2020-03-19 15:54:26 +02:00
health_cli.c Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct 2020-04-30 13:46:48 +03:00
health_srv.c Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct 2020-04-30 13:46:48 +03:00
Kconfig Bluetooth: Mesh: Add option for lpn auto sub all-nodes 2020-04-19 18:36:12 +03:00
lpn.c Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct 2020-04-30 13:46:48 +03:00
lpn.h
main.c Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct 2020-04-30 13:46:48 +03:00
mesh.h
net.c Bluetooth: Mesh: Fix restore when revoke keys 2020-03-31 12:25:12 +03:00
net.h Bluetooth: Mesh: Slab based segmentation handling 2020-03-19 15:54:26 +02:00
pb_adv.c Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct 2020-04-30 13:46:48 +03:00
pb_gatt.c Bluetooth: Mesh: PB-GATT common link closed 2020-04-14 11:27:23 +03:00
prov_bearer.h Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct 2020-04-30 13:46:48 +03:00
prov.c Bluetooth: Mesh: Split out provisioning bearers 2020-03-20 12:45:53 +02:00
prov.h Bluetooth: Mesh: Split out provisioning bearers 2020-03-20 12:45:53 +02:00
proxy.c Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct 2020-04-30 13:46:48 +03:00
proxy.h Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct 2020-04-30 13:46:48 +03:00
settings.c Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct 2020-04-30 13:46:48 +03:00
settings.h
shell.c Bluetooth: mesh: Convert bluetooth mesh to using k_timeout struct 2020-04-30 13:46:48 +03:00
test.c
test.h
TODO
transport.c Bluetooth: Mesh: Transport tx seg_o overflow 2020-05-15 17:04:45 +02:00
transport.h Bluetooth: Mesh: Slab based segmentation handling 2020-03-19 15:54:26 +02:00