commit | dda9ba6031daea1d2a76a7f26edd720192c77887 | [log] [tgz] |
---|---|---|
author | Emilio Aguila Escalante <emilio.aguila@hotmail.com> | Tue Sep 17 22:19:45 2024 -0600 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Fri Sep 20 09:02:21 2024 +0200 |
tree | 36dcc924b7a1af6b134db8fb9977c9ce2ca15b3f | |
parent | bd03883744d49598dbb6755632e25469159906cc [diff] |
Bluetooth: Mesh: Use dfd_phase_set() in dfu_suspended() Currently, dfu_suspended() sets the phase SUSPENDED directly in the structure, bypassing the dfd_phase_set() function. This prevents the phase change callback in the bt_mesh_dfd_srv_cb structure from receiving the SUSPENDED event. Signed-off-by: Emilio Aguila Escalante <emilio.aguila@hotmail.com>