Home
last modified time | relevance | path

Searched refs:has_more (Results 1 – 3 of 3) 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);
943 int coap_get_block2_option(const struct coap_packet *cpkt, bool *has_more,
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1361 int coap_get_block1_option(const struct coap_packet *cpkt, bool *has_more, uint32_t *block_number) in coap_get_block1_option() argument
1369 *has_more = GET_MORE(ret); in coap_get_block1_option()
1375 int coap_get_block2_option(const struct coap_packet *cpkt, bool *has_more, in coap_get_block2_option() argument
1384 *has_more = GET_MORE(ret); in coap_get_block2_option()
/Zephyr-latest/doc/releases/
Dmigration-guide-4.0.rst485 :c:func:`coap_get_block2_option` now accepts an additional ``bool *has_more``