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

NET_L2_BT && NET_CONFIG_SETTINGS && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/net/lib/config/Kconfig:188

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:27

Menu path: (top menu) → Networking → Network Libraries → Set network settings for applications

config NET_CONFIG_BT_NODE
    bool
    prompt "Enable Bluetooth node support" if NET_L2_BT && NET_CONFIG_SETTINGS && NETWORKING
    select NET_L2_BT_MGMT if NET_L2_BT && NET_CONFIG_SETTINGS && NETWORKING
    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.

(Definitions include propagated dependencies, including from if’s and menus.)