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
BT_L2CAP_ECRED
&& BT_CONN
&& BT_HCI_HOST
&& BT_HCI
&& BT
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Symbols that select this symbol
Kconfig definition
At <Subsystem>/bluetooth/host/Kconfig.gatt:27
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Subsystem>/Kconfig:9
→ <Subsystem>/bluetooth/Kconfig:180
→ <Subsystem>/bluetooth/host/Kconfig:443
Menu path: (Top) → Sub Systems and OS Services → Bluetooth → ATT and GATT Options
config BT_EATT
bool "Enhanced ATT Bearers support [EXPERIMENTAL]"
select EXPERIMENTAL
depends on BT_L2CAP_ECRED && BT_CONN && BT_HCI_HOST && BT_HCI && 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.)