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

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