The latest development version of this page may be more current than this released 1.14.0 version.
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

(NET_IPV6 && NETWORKING && BOARD_96B_CARBON) || (NET_IPV6 && BT && BT_PERIPHERAL && BT_CENTRAL && BT_SMP && BT_L2CAP_DYNAMIC_CHANNEL && NETWORKING)

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

Symbols selected by this symbol

Kconfig definitions

At boards/arm/96b_carbon/Kconfig.defconfig:85

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config NET_L2_BT
    bool
    default BT if NET_IPV6 && NETWORKING && BOARD_96B_CARBON
    depends on NET_IPV6 && NETWORKING && BOARD_96B_CARBON

At subsys/net/l2/Kconfig:16

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:80

Menu path: (top menu) → Networking → Link layer options

config NET_L2_BT
    bool
    prompt "Enable Bluetooth support" if NET_IPV6 && BT && BT_PERIPHERAL && BT_CENTRAL && BT_SMP && BT_L2CAP_DYNAMIC_CHANNEL && NETWORKING
    select NET_6LO if NET_IPV6 && BT && BT_PERIPHERAL && BT_CENTRAL && BT_SMP && BT_L2CAP_DYNAMIC_CHANNEL && NETWORKING
    depends on NET_IPV6 && BT && BT_PERIPHERAL && BT_CENTRAL && BT_SMP && BT_L2CAP_DYNAMIC_CHANNEL && NETWORKING
    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.)