CONFIG_COAP_WELL_KNOWN_BLOCK_WISE_SIZE
CoAP ./well-known/core services block wise support
Type: int
Help
Maximum size of CoAP block. Valid values are 16, 32, 64, 128,
256, 512 and 1024.
Direct dependencies
COAP_WELL_KNOWN_BLOCK_WISE
&& COAP
&& NETWORKING
(Includes any dependencies from ifs and menus.)
Default
32
Kconfig definition
At <Subsystem>/net/lib/coap/Kconfig:29
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Subsystem>/Kconfig:39
→ <Subsystem>/net/Kconfig:87
→ <Subsystem>/net/lib/Kconfig:6
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → CoAP Support → CoAP ./well-known/core services block wise support
config COAP_WELL_KNOWN_BLOCK_WISE_SIZE
int "CoAP ./well-known/core services block wise support"
default 32
depends on COAP_WELL_KNOWN_BLOCK_WISE && COAP && NETWORKING
help
Maximum size of CoAP block. Valid values are 16, 32, 64, 128,
256, 512 and 1024.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)