:orphan: .. title:: BT_EATT .. option:: CONFIG_BT_EATT *Enhanced ATT Bearers support [EXPERIMENTAL]* Type: ``bool`` Help ==== This option enables support for Enhanced ATT bearers support. When enabled additional L2CAP channels can be connected as bearers enabling multiple outstanding request. Direct dependencies =================== \ :option:`BT_L2CAP_ECRED ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`BT_AUDIO_UNICAST ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/host/Kconfig.gatt:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:239`` → ``subsys/bluetooth/host/Kconfig:507`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → ATT and GATT Options .. parsed-literal:: config BT_EATT bool "Enhanced ATT Bearers support [EXPERIMENTAL]" depends on \ :option:`BT_L2CAP_ECRED ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` help This option enables support for Enhanced ATT bearers support. When enabled additional L2CAP channels can be connected as bearers enabling multiple outstanding request. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*