-
CONFIG_BT_LL_SW
¶
Software-based BLE Link Layer
Type: bool
Help¶
Use Zephyr software BLE Link Layer implementation.
Direct dependencies¶
<choice BT_LL_CHOICE: Bluetooth Link Layer Selection>
(Includes any dependencies from if’s and menus.)
Symbols selected by this symbol¶
BT_RECV_IS_RX_THREAD
if <choice BT_LL_CHOICE: Bluetooth Link Layer Selection>BT_HAS_HCI_VS
if <choice BT_LL_CHOICE: Bluetooth Link Layer Selection>ENTROPY_GENERATOR
if <choice BT_LL_CHOICE: Bluetooth Link Layer Selection>ENTROPY_NRF5_RNG
ifSOC_COMPATIBLE_NRF
&& <choice BT_LL_CHOICE: Bluetooth Link Layer Selection>ENTROPY_NRF5_BIAS_CORRECTION
ifSOC_COMPATIBLE_NRF
&& <choice BT_LL_CHOICE: Bluetooth Link Layer Selection>
Kconfig definition¶
At subsys/bluetooth/controller/Kconfig:23
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:145
Menu path: (top menu) → Bluetooth → Bluetooth Link Layer Selection
config BT_LL_SW bool prompt "Software-based BLE Link Layer" if <choice BT_LL_CHOICE: Bluetooth Link Layer Selection> selectBT_RECV_IS_RX_THREAD
if <choice BT_LL_CHOICE: Bluetooth Link Layer Selection> selectBT_HAS_HCI_VS
if <choice BT_LL_CHOICE: Bluetooth Link Layer Selection> selectENTROPY_GENERATOR
if <choice BT_LL_CHOICE: Bluetooth Link Layer Selection> selectENTROPY_NRF5_RNG
ifSOC_COMPATIBLE_NRF
&& <choice BT_LL_CHOICE: Bluetooth Link Layer Selection> selectENTROPY_NRF5_BIAS_CORRECTION
ifSOC_COMPATIBLE_NRF
&& <choice BT_LL_CHOICE: Bluetooth Link Layer Selection> depends on <choice BT_LL_CHOICE: Bluetooth Link Layer Selection> help Use Zephyr software BLE Link Layer implementation.
(Definitions include propagated dependencies, including from if’s and menus.)