Home
last modified time | relevance | path

Searched refs:coap_get_block2_option (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dcoap.h943 int coap_get_block2_option(const struct coap_packet *cpkt, bool *has_more,
/Zephyr-latest/doc/releases/
Dmigration-guide-4.0.rst483 :c:func:`coap_get_block2_option` have changed. The ``block_number`` pointer
485 :c:func:`coap_get_block2_option` now accepts an additional ``bool *has_more``
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1375 int coap_get_block2_option(const struct coap_packet *cpkt, bool *has_more, in coap_get_block2_option() function
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c2710 r = coap_get_block2_option(cpkt, &more, &block); in handle_ongoing_block2_tx()