Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/updatehub/
DKconfig108 4 - COAP_BLOCK_256
/Zephyr-latest/include/zephyr/net/
Dcoap.h746 COAP_BLOCK_256, /**< 256-byte block size */ enumerator
/Zephyr-latest/subsys/net/lib/coap/
Dcoap_client.c187 return COAP_BLOCK_256; in coap_client_default_block_size()
194 return COAP_BLOCK_256; in coap_client_default_block_size()
Dcoap_link_format.c206 return COAP_BLOCK_256; in default_block_size()