-
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¶
- “y” if
BT_PHY_UPDATE
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/host/Kconfig:240
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:144
Menu path: (top menu) → Bluetooth
config BT_AUTO_PHY_UPDATE bool prompt "Auto-initiate PHY Update Procedure" ifBT_PHY_UPDATE
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
default "y" ifBT_PHY_UPDATE
&&BT_CONN
&&BT_HCI_HOST
&&BT_HCI
&&BT
depends onBT_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.)