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_CONN && BT_HCI_HOST && BT_HCI && BT

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

Defaults

Kconfig definition

At subsys/bluetooth/host/Kconfig:245

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:155

Menu path: (top menu) → Bluetooth

config BT_AUTO_PHY_UPDATE
    bool
    prompt "Auto-initiate PHY Update Procedure" if BT_CONN && BT_HCI_HOST && BT_HCI && BT
    default "y" if BT_CONN && BT_HCI_HOST && BT_HCI && BT
    depends on 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.)