zephyr/subsys/bluetooth/mesh
Trond Einar Snekvik 85ad497c39 Bluetooth: Mesh: Don't reset PB ADV reliable timer on retransmit
The send_reliable function was reused in multiple places as part of the
k_delayed_work changes for Bluetooth Mesh in #33782. This function
contains a line that resets the start timer, causing prov_retransmit to
continously move the goal post for when to give up sending.

Extract this line out of the send_reliable function, and put it along
with the other link.tx initialization in bearer_ctl_send and
prov_send_adv.

Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
2021-05-19 15:54:20 +03:00
..
CMakeLists.txt
Kconfig Bluetooth: Mesh: Add option to include bt name in scan rsp 2021-05-06 19:20:00 +03:00
TODO
access.c Bluetooth: Mesh: Pass correct pointer to publish_sent 2021-05-18 11:05:46 +02:00
access.h
adv.c
adv.h
adv_ext.c Bluetooth: Mesh: adv_ext: update delayable work 2021-04-28 11:48:59 +03:00
adv_legacy.c
app_keys.c
app_keys.h
beacon.c Bluetooth: Mesh: Convert beacon timer to delayable work 2021-04-16 15:34:30 -04:00
beacon.h
cdb.c
cdb.h
cfg.c
cfg.h
cfg_cli.c
cfg_srv.c Bluetooth: Mesh: Report configured LPNTimeout in cfg_srv 2021-04-16 15:31:38 -04:00
crypto.c
crypto.h
foundation.h
friend.c Bluetooth: Mesh: Core delayable work updates 2021-04-28 11:48:59 +03:00
friend.h
health_cli.c
health_srv.c
heartbeat.c
heartbeat.h
lpn.c Bluetooth: Mesh: move lpn logic for msg_received inside lpn.c 2021-04-16 15:33:09 -04:00
lpn.h Bluetooth: Mesh: move lpn logic for msg_received inside lpn.c 2021-04-16 15:33:09 -04:00
main.c Bluetooth: Mesh: Allow to be NODE when PROVISIONER is enabled 2021-04-29 09:52:35 -04:00
mesh.h
msg.c
net.c Bluetooth: Mesh: Change friend_cred decision point to friend selection 2021-05-17 13:36:24 +03:00
net.h Bluetooth: Mesh: Core delayable work updates 2021-04-28 11:48:59 +03:00
pb_adv.c Bluetooth: Mesh: Don't reset PB ADV reliable timer on retransmit 2021-05-19 15:54:20 +03:00
pb_gatt.c Bluetooth: Mesh: pb_gatt: update delayable work 2021-04-28 11:48:59 +03:00
prov.c Bluetooth: Mesh: Provisioning output count number should be at least 1 2021-04-23 14:58:56 +02:00
prov.h
prov_bearer.h
prov_device.c
provisioner.c
provisioner.h
proxy.c Bluetooth: Mesh: Add option to include bt name in scan rsp 2021-05-06 19:20:00 +03:00
proxy.h
rpl.c Bluetooth: Mesh: Remove outated RPL entry from persistent storage 2021-05-18 12:29:53 -05:00
rpl.h
settings.c Bluetooth: Mesh: Add VA flag to generic pending flags 2021-05-17 13:23:30 +03:00
settings.h
shell.c
subnet.c
subnet.h
test.c
test.h
transport.c Bluetooth: Mesh: transport: update delayable work 2021-04-28 11:48:59 +03:00
transport.h