-
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¶
BT_CTLR_PHY_2M
ifSOC_SERIES_NRF51X
&&BT_PHY_UPDATE
&&BT_CTLR
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:379
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/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)" ifSOC_SERIES_NRF51X
&&BT_PHY_UPDATE
&&BT_CTLR
&&BT_HCI
&&BT
&&BT_CTLR_ADVANCED_FEATURES
selectBT_CTLR_PHY_2M
ifSOC_SERIES_NRF51X
&&BT_PHY_UPDATE
&&BT_CTLR
&&BT_HCI
&&BT
depends onSOC_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.)