CONFIG_BT_EATT_MAX

Maximum number of Enhanced ATT bearers

Type: int

Help

Number of Enhanced ATT bearers available.

Direct dependencies

BT_EATT && BT_CONN && BT_HCI_HOST && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

  • 3

Kconfig definition

At <Zephyr>/subsys/bluetooth/host/Kconfig.gatt:47

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:8<Zephyr>/subsys/bluetooth/Kconfig:239<Zephyr>/subsys/bluetooth/host/Kconfig:506

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → ATT and GATT Options → Enhanced ATT Bearers support [EXPERIMENTAL]

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.)