The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_BT_PHY_UPDATE

PHY Update

Type: bool

Help

Enable support for Bluetooth 5.0 PHY Update Procedure.

Direct dependencies

BT_CONN && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At subsys/bluetooth/Kconfig:133

Included via Kconfig:8Kconfig.zephyr:41subsys/Kconfig:6

Menu path: (Top) → Bluetooth

config BT_PHY_UPDATE
    bool "PHY Update"
    default y
    depends on BT_CONN && BT_HCI && BT
    help
      Enable support for Bluetooth 5.0 PHY Update Procedure.

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