-
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:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:93
→ subsys/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" ifNET_L2_BT
&&NET_CONFIG_SETTINGS
&&NETWORKING
selectNET_L2_BT_MGMT
ifNET_L2_BT
&&NET_CONFIG_SETTINGS
&&NETWORKING
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.
(Definitions include propagated dependencies, including from if’s and menus.)