The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_BT_CTLR_PHY_2M_NRF

2Mbps Nordic Semiconductor PHY Support (Cleartext only)

Type: bool

Help

Enable support for Nordic Semiconductor proprietary 2Mbps PHY in the Controller. Encrypted connections are not supported.

Direct dependencies

SOC_SERIES_NRF51X && BT_PHY_UPDATE && BT_CTLR && BT_HCI && BT

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/bluetooth/controller/Kconfig:379

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:145

Menu path: (top menu) → Bluetooth → Advanced features

config BT_CTLR_PHY_2M_NRF
    bool
    prompt "2Mbps Nordic Semiconductor PHY Support (Cleartext only)" if SOC_SERIES_NRF51X && BT_PHY_UPDATE && BT_CTLR && BT_HCI && BT && BT_CTLR_ADVANCED_FEATURES
    select BT_CTLR_PHY_2M if SOC_SERIES_NRF51X && BT_PHY_UPDATE && BT_CTLR && BT_HCI && BT
    depends on SOC_SERIES_NRF51X && BT_PHY_UPDATE && BT_CTLR && BT_HCI && BT
    help
      Enable support for Nordic Semiconductor proprietary 2Mbps PHY in the
      Controller. Encrypted connections are not supported.

(Definitions include propagated dependencies, including from if’s and menus.)