:orphan: .. title:: CONFIG_NET_CONFIG_BT_NODE .. kconfig:: CONFIG_NET_CONFIG_BT_NODE CONFIG_NET_CONFIG_BT_NODE ######################### *Enable Bluetooth node support* Type: ``bool`` Help ==== .. code-block:: none Enables application to operate in node mode which requires GATT service to be registered and start advertising as peripheral. Direct dependencies =================== \ :kconfig:`NET_L2_BT ` && \ :kconfig:`NET_CONFIG_SETTINGS ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NET_L2_BT_MGMT ` Kconfig definition ================== At ``/net/lib/config/Kconfig:180`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/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 .. code-block:: kconfig config NET_CONFIG_BT_NODE bool "Enable Bluetooth node support" select NET_L2_BT_MGMT depends on NET_L2_BT && NET_CONFIG_SETTINGS && 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.)*