:orphan: .. title:: CONFIG_BT_L2CAP_ECRED .. kconfig:: CONFIG_BT_L2CAP_ECRED CONFIG_BT_L2CAP_ECRED ##################### *L2CAP Enhanced Credit Based Flow Control support* Type: ``bool`` Help ==== .. code-block:: none This option enables support for LE Connection oriented Channels with Enhanced Credit Based Flow Control support on dynamic L2CAP Channels. Direct dependencies =================== \ :kconfig:`BT_L2CAP_DYNAMIC_CHANNEL ` && \ :kconfig:`BT_CONN ` && \ :kconfig:`BT_HCI_HOST ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BT_AUDIO_UNICAST ` Kconfig definition ================== At ``/bluetooth/host/Kconfig.l2cap:47`` 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 → L2CAP Dynamic Channel support .. code-block:: kconfig config BT_L2CAP_ECRED bool "L2CAP Enhanced Credit Based Flow Control support" depends on BT_L2CAP_DYNAMIC_CHANNEL && BT_CONN && BT_HCI_HOST && BT_HCI && BT help This option enables support for LE Connection oriented Channels with Enhanced Credit Based Flow Control support on dynamic L2CAP Channels. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*