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:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:87
→ <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"
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.)