zephyr/subsys/bluetooth/mesh
Johan Hedberg 71d00c1bf8 Bluetooth: Mesh: Fix publication period timestamp initialization
The period_start timestamp wasn't getting properly initialized in the
case that retransmission was not being used. In the case of
retransmission the timestamp was getting updated in the mod_publish()
delayed work callback. Add a send_start callback and do the
initialization there, since this covers both the retransmission as
well as the no-retransmission cases.

Fixes #17820

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2019-08-22 17:28:19 +03:00
..
CMakeLists.txt
Kconfig
TODO
access.c Bluetooth: Mesh: Fix publication period timestamp initialization 2019-08-22 17:28:19 +03:00
access.h
adv.c Bluetooth: Mesh: Fix canceled buffer memory leak 2019-08-14 14:49:43 +02:00
adv.h
beacon.c
beacon.h
cfg_cli.c
cfg_srv.c Bluetooth: Mesh: Fix checking for active heartbeat publication 2019-08-14 14:48:37 +02:00
crypto.c
crypto.h
foundation.h
friend.c Bluetooth: Mesh: Fix discarding messages with many segments 2019-08-20 21:24:09 +03:00
friend.h Bluetooth: Mesh: Fix adhering to the configured Friend Queue size 2019-08-19 16:30:31 +03:00
health_cli.c
health_srv.c
lpn.c Bluetooth: Mesh: Fix heartbeat sending on Friendship established/lost 2019-08-14 14:48:37 +02:00
lpn.h
main.c
mesh.h
net.c Bluetooth: Mesh: LPN: Remove msg from cache on rejection 2019-08-15 13:24:17 +02:00
net.h Bluetooth: Mesh: Fix adhering to the configured Friend Queue size 2019-08-19 16:30:31 +03:00
prov.c Bluetooth: Mesh: Use define for no prov pdu 2019-08-19 18:47:41 +03:00
prov.h
proxy.c Bluetooth: GATT: Fix using variable size storage for CCC 2019-08-22 15:14:39 +03:00
proxy.h
settings.c
settings.h
shell.c Bluetooth: Mesh: Remove dependency on BT_MESH_IV_UPDATE_TEST in shell 2019-08-22 13:13:29 +02:00
test.c
test.h
transport.c Bluetooth: Mesh: Fix adhering to the configured Friend Queue size 2019-08-19 16:30:31 +03:00
transport.h Bluetooth: Mesh: Move heartbeat sending to transport layer 2019-08-14 14:48:37 +02:00