zephyr/subsys/net/lib/coap
Robert Lubos b369156e28 net: lwm2m: Fix how payload offset is calculated
Instead of manually computing payload offset, let the CoAP library do
the work, and use the payload pointer returned by the
`coap_packet_get_payload()` function instead.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2021-07-07 07:40:55 -05:00
..
CMakeLists.txt
Kconfig net: coap: Keep user data inside message 2021-06-09 18:41:42 +03:00
coap.c net: lwm2m: Fix how payload offset is calculated 2021-07-07 07:40:55 -05:00
coap_link_format.c