:orphan: .. title:: CONFIG_COAP_URI_WILDCARD .. kconfig:: CONFIG_COAP_URI_WILDCARD CONFIG_COAP_URI_WILDCARD ######################## *Enable wildcards in CoAP resource path* Type: ``bool`` Help ==== .. code-block:: none This option enables MQTT-style wildcards in path. Disable it if resource path may contain plus or hash symbol. Direct dependencies =================== \ :kconfig:`COAP ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/net/lib/coap/Kconfig:72`` 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 .. code-block:: kconfig config COAP_URI_WILDCARD bool "Enable wildcards in CoAP resource path" default y depends on COAP && 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.)*