The latest development version of this page may be more current than this released 2.7.0 version.

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 subsys/net/lib/coap/Kconfig:29

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39subsys/net/Kconfig:89subsys/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.)