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

PHY Update

Type: bool

Help

Enable support for Bluetooth 5.0 PHY Update Procedure.

Direct dependencies

BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/bluetooth/Kconfig:92

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8

Menu path: (top menu) → Bluetooth

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

(Definitions include propagated dependencies, including from if’s and menus.)