Skip to content

Commit dc501e1

Browse files
committed
Bluetooth: Controller: nRF51x: Use BT_LL_SW_LLCP_LEGACY
Use BT_LL_SW_LLCP_LEGACY for nRF51x SoCs. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 2cca282 commit dc501e1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

subsys/bluetooth/controller/Kconfig.ll_sw_split

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ config BT_CTLR_ULL_LLL_PRIO_SUPPORT
108108

109109
choice BT_LL_SW_LLCP_IMPL
110110
prompt "Bluetooth Low Energy Software Link Layer Control Procedure Implementation"
111+
default BT_LL_SW_LLCP_LEGACY if SOC_SERIES_NRF51X
111112
default BT_LL_SW_LLCP
112113
help
113114
Select the Bluetooth Low Energy Software Link Layer Control Procedure implementation.

tests/bluetooth/init/testcase.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,8 @@ tests:
321321
platform_allow:
322322
- nrf52840dk/nrf52840
323323
- nrf52dk/nrf52832
324-
- nrf51dk/nrf51822
325324
integration_platforms:
326325
- nrf52840dk/nrf52840
327-
- nrf51dk/nrf51822
328326
bluetooth.init.test_h5:
329327
extra_args:
330328
- CONF_FILE=prj_h5.conf

0 commit comments

Comments
 (0)