-
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 ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/net/lib/config/Kconfig:180
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:34
→ <Zephyr>/subsys/net/Kconfig:89
→ <Zephyr>/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
config NET_CONFIG_BT_NODE bool "Enable Bluetooth node support" selectNET_L2_BT_MGMT
depends onNET_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.)