:orphan: .. title:: BT_EATT_MAX .. option:: CONFIG_BT_EATT_MAX *Maximum number of Enhanced ATT bearers* Type: ``int`` Help ==== Number of Enhanced ATT bearers available. Direct dependencies =================== \ :option:`BT_EATT ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 3 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/host/Kconfig.gatt:37`` 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 → Enhanced ATT Bearers support [EXPERIMENTAL] .. parsed-literal:: config BT_EATT_MAX int "Maximum number of Enhanced ATT bearers" range 1 16 default 3 depends on \ :option:`BT_EATT ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI_HOST ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Number of Enhanced ATT bearers available. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*