:orphan: .. title:: NET_L2_BT .. option:: 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 =================== (\ :option:`NET_IPV6 ` && \ :option:`NETWORKING ` && \ :option:`BOARD_96B_CARBON `) || (\ :option:`NET_IPV6 ` && \ :option:`BT ` && \ :option:`BT_PERIPHERAL ` && \ :option:`BT_CENTRAL ` && \ :option:`BT_SMP ` && \ :option:`BT_L2CAP_DYNAMIC_CHANNEL ` && \ :option:`NETWORKING `) *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BT ` Symbols selected by this symbol =============================== - \ :option:`NET_6LO ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/96b_carbon/Kconfig.defconfig:47`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config NET_L2_BT bool default \ :option:`BT ` depends on \ :option:`NET_IPV6 ` && \ :option:`NETWORKING ` && \ :option:`BOARD_96B_CARBON ` ---- At ``subsys/net/l2/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:85`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options .. parsed-literal:: config NET_L2_BT bool "Enable Bluetooth support" select \ :option:`NET_6LO ` depends on \ :option:`NET_IPV6 ` && \ :option:`BT ` && \ :option:`BT_PERIPHERAL ` && \ :option:`BT_CENTRAL ` && \ :option:`BT_SMP ` && \ :option:`BT_L2CAP_DYNAMIC_CHANNEL ` && \ :option:`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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*