zephyr/subsys/mgmt/updatehub
Gerson Fernando Budke 529d9149d3 mgmt: updatehub: Use coap_packet_get_payload function
The #36758 fixes coap_packet_get_payload function by normalizing
offset value in the library.  That change create a regression on
UpdateHub.  However, the UpdateHub can now use coap_packet_get_payload
function instead manually compute payload start and payload size.
This refactors the current code in favor of coap_packet_get_payload
and fixes the regression.

Signed-off-by: Gerson Fernando Budke <gerson.budke@ossystems.com.br>
2021-09-02 16:54:15 +02:00
..
include
CMakeLists.txt
Kconfig mgmt: updatehub: Kconfig: Drop NET_CONFIG_SETTINGS option 2020-12-14 11:21:06 +01:00
shell.c
updatehub_device.c mgmt: updatehub: Fix variable type 2021-03-26 07:13:13 -04:00
updatehub_device.h
updatehub_firmware.c
updatehub_firmware.h
updatehub_priv.h
updatehub_timer.c
updatehub_timer.h
updatehub.c mgmt: updatehub: Use coap_packet_get_payload function 2021-09-02 16:54:15 +02:00