:orphan: .. title:: BT_DATA_LEN_UPDATE .. option:: CONFIG_BT_DATA_LEN_UPDATE *Data Length Update* Type: ``bool`` Help ==== Enable support for Bluetooth v4.2 LE Data Length Update procedure. Direct dependencies =================== \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/Kconfig:218`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. parsed-literal:: config BT_DATA_LEN_UPDATE bool "Data Length Update" default y depends on \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Enable support for Bluetooth v4.2 LE Data Length Update procedure. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*