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

Auto-initiate PHY Update Procedure

Type: bool

Help

Initiate PHY Update Procedure on connection establishment.

Disable this if you want PHY Update Procedure feature supported but want to rely on remote device to initiate the procedure at its discretion.

Direct dependencies

BT_PHY_UPDATE && BT_CONN && BT_HCI_HOST && BT_HCI && BT

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

Defaults

Kconfig definition

At subsys/bluetooth/host/Kconfig:240

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

Menu path: (top menu) → Bluetooth

config BT_AUTO_PHY_UPDATE
    bool
    prompt "Auto-initiate PHY Update Procedure" if BT_PHY_UPDATE && BT_CONN && BT_HCI_HOST && BT_HCI && BT
    default "y" if BT_PHY_UPDATE && BT_CONN && BT_HCI_HOST && BT_HCI && BT
    depends on BT_PHY_UPDATE && BT_CONN && BT_HCI_HOST && BT_HCI && BT
    help
      Initiate PHY Update Procedure on connection establishment.

      Disable this if you want PHY Update Procedure feature supported but
      want to rely on remote device to initiate the procedure at its
      discretion.

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