:orphan: .. title:: CONFIG_COAP_WELL_KNOWN_BLOCK_WISE_SIZE .. kconfig:: CONFIG_COAP_WELL_KNOWN_BLOCK_WISE_SIZE CONFIG_COAP_WELL_KNOWN_BLOCK_WISE_SIZE ###################################### *CoAP ./well-known/core services block wise support* Type: ``int`` Help ==== .. code-block:: none Maximum size of CoAP block. Valid values are 16, 32, 64, 128, 256, 512 and 1024. Direct dependencies =================== \ :kconfig:`COAP_WELL_KNOWN_BLOCK_WISE ` && \ :kconfig:`COAP ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 32 Kconfig definition ================== At ``/net/lib/coap/Kconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/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 .. code-block:: kconfig 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.)*