Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dcoap.h742 COAP_BLOCK_16, /**< 16-byte block size */ enumerator
777 if (sz < COAP_BLOCK_16) { in coap_bytes_to_block_size()
778 return COAP_BLOCK_16; in coap_bytes_to_block_size()
/Zephyr-latest/subsys/mgmt/updatehub/
DKconfig104 0 - COAP_BLOCK_16
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_link_format.c198 return COAP_BLOCK_16; in default_block_size()
Dcoap_client.c179 return COAP_BLOCK_16; in coap_client_default_block_size()