-
CONFIG_NET_L2_BT
¶
Enable Bluetooth support
Type: bool
Help¶
Enable Bluetooth driver that send and receives IPv6 packets, does header compression on it and writes it to the Bluetooth stack via L2CAP channel.
Direct dependencies¶
(NETWORKING
&& BOARD_96B_CARBON
) || NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
NETWORKING
&&BOARD_96B_CARBON
Symbols selected by this symbol¶
Kconfig definitions¶
At boards/arm/96b_carbon/Kconfig.defconfig:56
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config NET_L2_BT bool default "y" ifNETWORKING
&&BOARD_96B_CARBON
depends onNETWORKING
&&BOARD_96B_CARBON
At subsys/net/l2/Kconfig:16
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:89
Menu path: (top menu) → Networking → Link layer options
config NET_L2_BT bool prompt "Enable Bluetooth support" ifNETWORKING
selectBT
ifNETWORKING
selectBT_PERIPHERAL
ifNETWORKING
selectBT_CENTRAL
ifNETWORKING
selectBT_SMP
ifNETWORKING
selectBT_L2CAP_DYNAMIC_CHANNEL
ifNETWORKING
selectNET_6LO
ifNETWORKING
depends onNETWORKING
help Enable Bluetooth driver that send and receives IPv6 packets, does header compression on it and writes it to the Bluetooth stack via L2CAP channel.
(Definitions include propagated dependencies, including from if’s and menus.)