:orphan: .. title:: CONFIG_BT_L2CAP_DYNAMIC_CHANNEL .. kconfig:: CONFIG_BT_L2CAP_DYNAMIC_CHANNEL CONFIG_BT_L2CAP_DYNAMIC_CHANNEL ############################### *L2CAP Dynamic Channel support* Type: ``bool`` Help ==== .. code-block:: none This option enables support for LE Connection oriented Channels, allowing the creation of dynamic L2CAP Channels. Direct dependencies =================== (\ :kconfig:`NETWORKING ` && \ :kconfig:`BOARD_96B_CARBON `) || (\ :kconfig:`BT_SMP ` && \ :kconfig:`BT_CONN ` && \ :kconfig:`BT_HCI_HOST ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT `) *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BT ` Symbols that select this symbol =============================== - \ :kconfig:`BT_OTS ` - \ :kconfig:`BT_BREDR ` - \ :kconfig:`BT_AUDIO_UNICAST ` Kconfig definitions =================== At ``/arm/96b_carbon/Kconfig.defconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config BT_L2CAP_DYNAMIC_CHANNEL bool default BT depends on NETWORKING && BOARD_96B_CARBON ---- At ``/bluetooth/host/Kconfig.l2cap:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:174`` → ``/bluetooth/host/Kconfig:453`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → L2CAP Options .. code-block:: kconfig config BT_L2CAP_DYNAMIC_CHANNEL bool "L2CAP Dynamic Channel support" depends on BT_SMP && BT_CONN && BT_HCI_HOST && BT_HCI && BT help This option enables support for LE Connection oriented Channels, allowing the creation of dynamic L2CAP Channels. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*