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 <Zephyr Subsystem>/net/lib/coap/Kconfig:29
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:89 → <Zephyr 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.)