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