Home
last modified time | relevance | path

Searched refs:coap_get_block1_option (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dcoap.h929 int coap_get_block1_option(const struct coap_packet *cpkt, bool *has_more, uint32_t *block_number);
/Zephyr-latest/doc/releases/
Dmigration-guide-4.0.rst482 * The CoAP public API functions :c:func:`coap_get_block1_option` and
Drelease-notes-3.4.rst1039 :c:func:`coap_get_block1_option` APIs to facilitate block transfer handling.
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1362 int coap_get_block1_option(const struct coap_packet *cpkt, bool *has_more, uint32_t *block_number) in coap_get_block1_option() function
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c2822 r = coap_get_block1_option(&response, &more_blocks, &block_num); in lwm2m_udp_receive()