CONFIG_BT_DATA_LEN_UPDATE

Data Length Update

Type: bool

Help

Enable support for Bluetooth v4.2 LE Data Length Update procedure.

Direct dependencies

BT_CONN && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/subsys/bluetooth/Kconfig:218

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:8

Menu path: (Top) → Sub Systems and OS Services → Bluetooth

config BT_DATA_LEN_UPDATE
    bool "Data Length Update"
    default y
    depends on BT_CONN && BT_HCI && BT
    help
      Enable support for Bluetooth v4.2 LE Data Length Update procedure.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)