:orphan: .. title:: NET_CONFIG_BT_NODE .. option:: CONFIG_NET_CONFIG_BT_NODE *Enable Bluetooth node support* Type: ``bool`` Help ==== Enables application to operate in node mode which requires GATT service to be registered and start advertising as peripheral. Direct dependencies =================== \ :option:`NET_L2_BT ` && \ :option:`NET_CONFIG_SETTINGS ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NET_L2_BT_MGMT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/config/Kconfig:180`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:28`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → Set network settings for applications .. parsed-literal:: config NET_CONFIG_BT_NODE bool "Enable Bluetooth node support" select \ :option:`NET_L2_BT_MGMT ` depends on \ :option:`NET_L2_BT ` && \ :option:`NET_CONFIG_SETTINGS ` && \ :option:`NETWORKING ` help Enables application to operate in node mode which requires GATT service to be registered and start advertising as peripheral. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*