zephyr/subsys/net/lib/coap
Sagar Shah 7973483649 net: lib: coap: coap_packet_parse() returns different error values
coap_packet_parse() returns different values depending on error.
It now returns
-EINVAL for invalid input arguments,
-EBADMSG for malformed coap header,
-EILSEQ for malformed options error.

Fixes: #48960

Signed-off-by: Sagar Shah <sagar.shah@legrand.us>
2022-09-02 11:02:38 +00:00
..
CMakeLists.txt
coap_link_format.c net: coap: Remove resource pointer NULL check 2022-08-01 10:47:23 +02:00
coap.c net: lib: coap: coap_packet_parse() returns different error values 2022-09-02 11:02:38 +00:00
Kconfig net: coap: make coap vars configurable 2022-07-05 21:56:34 +00:00