Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dcoap.h823 int coap_append_descriptive_block_option(struct coap_packet *cpkt, struct coap_block_context *ctx);
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1250 int coap_append_descriptive_block_option(struct coap_packet *cpkt, struct coap_block_context *ctx) in coap_append_descriptive_block_option() function
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c372 ret = coap_append_descriptive_block_option(&msg->cpkt, msg->out.block_ctx); in build_msg_block_for_send()
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst1038 * Added :c:func:`coap_append_descriptive_block_option` and