-
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 ifs and menus.)
Default¶
y
Kconfig definition¶
At subsys/bluetooth/host/Kconfig:264
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:6
→ subsys/bluetooth/Kconfig:160
Menu path: (Top) → Bluetooth
config BT_AUTO_PHY_UPDATE bool "Auto-initiate PHY Update Procedure" default y 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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)