Searched refs:coap_get_block1_option (Results 1 – 5 of 5) sorted by relevance
929 int coap_get_block1_option(const struct coap_packet *cpkt, bool *has_more, uint32_t *block_number);
482 * The CoAP public API functions :c:func:`coap_get_block1_option` and
1039 :c:func:`coap_get_block1_option` APIs to facilitate block transfer handling.
1362 int coap_get_block1_option(const struct coap_packet *cpkt, bool *has_more, uint32_t *block_number) in coap_get_block1_option() function
2822 r = coap_get_block1_option(&response, &more_blocks, &block_num); in lwm2m_udp_receive()