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

CONFIG_COAP_EXTENDED_OPTIONS_LEN_VALUE

CoAP extended options length value

Type: int

Help

This option specifies the maximum value of length field when
COAP_EXTENDED_OPTIONS_LEN is enabled. Define the value according to
user requirement.

Direct dependencies

COAP_EXTENDED_OPTIONS_LEN && COAP && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 13

Kconfig definition

At subsys/net/lib/coap/Kconfig:46

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39subsys/net/Kconfig:91subsys/net/lib/Kconfig:6

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → CoAP Support → Support for CoAP extended options

config COAP_EXTENDED_OPTIONS_LEN_VALUE
    int "CoAP extended options length value"
    default 13
    depends on COAP_EXTENDED_OPTIONS_LEN && COAP && NETWORKING
    help
      This option specifies the maximum value of length field when
      COAP_EXTENDED_OPTIONS_LEN is enabled. Define the value according to
      user requirement.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)