:orphan: .. title:: CONFIG_BT_PHY_UPDATE .. kconfig:: CONFIG_BT_PHY_UPDATE CONFIG_BT_PHY_UPDATE #################### *PHY Update* Type: ``bool`` Help ==== .. code-block:: none Enable support for Bluetooth 5.0 PHY Update Procedure. Direct dependencies =================== \ :kconfig:`BT_CONN ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/bluetooth/Kconfig:159`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig config BT_PHY_UPDATE bool "PHY Update" default y depends on BT_CONN && BT_HCI && BT help Enable support for Bluetooth 5.0 PHY Update Procedure. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*