:orphan: .. title:: COAP_URI_WILDCARD .. option:: CONFIG_COAP_URI_WILDCARD *Enable wildcards in CoAP resource path* Type: ``bool`` Help ==== This option enables MQTT-style wildcards in path. Disable it if resource path may contain plus or hash symbol. Direct dependencies =================== \ :option:`COAP ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/coap/Kconfig:72`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → CoAP Support .. parsed-literal:: config COAP_URI_WILDCARD bool "Enable wildcards in CoAP resource path" default y depends on \ :option:`COAP ` && \ :option:`NETWORKING ` help This option enables MQTT-style wildcards in path. Disable it if resource path may contain plus or hash symbol. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*