Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dcoap.h748 COAP_BLOCK_1024, /**< 1024-byte block size */ enumerator
780 if (sz > COAP_BLOCK_1024) { in coap_bytes_to_block_size()
781 return COAP_BLOCK_1024; in coap_bytes_to_block_size()
/Zephyr-latest/subsys/mgmt/updatehub/
DKconfig110 6 - COAP_BLOCK_1024
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_link_format.c210 return COAP_BLOCK_1024; in default_block_size()
Dcoap_client.c191 return COAP_BLOCK_1024; in coap_client_default_block_size()