:orphan: .. title:: CONFIG_BT_EATT_MAX .. kconfig:: CONFIG_BT_EATT_MAX CONFIG_BT_EATT_MAX ################## *Maximum number of Enhanced ATT bearers* Type: ``int`` Help ==== .. code-block:: none Number of Enhanced ATT bearers available. Direct dependencies =================== \ :kconfig:`BT_EATT ` && \ :kconfig:`BT_CONN ` && \ :kconfig:`BT_HCI_HOST ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 3 Kconfig definition ================== At ``/bluetooth/host/Kconfig.gatt:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:174`` → ``/bluetooth/host/Kconfig:454`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → ATT and GATT Options → Enhanced ATT Bearers support [EXPERIMENTAL] .. code-block:: kconfig config BT_EATT_MAX int "Maximum number of Enhanced ATT bearers" range 1 16 default 3 depends on BT_EATT && BT_CONN && BT_HCI_HOST && BT_HCI && BT help Number of Enhanced ATT bearers available. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*