Skip to content

Commit d9499ba

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 db97c5e commit d9499ba

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
@@ -118,6 +118,7 @@ config BT_CTLR_ULL_LLL_PRIO_SUPPORT
118118

119119
choice BT_LL_SW_LLCP_IMPL
120120
prompt "Bluetooth Low Energy Software Link Layer Control Procedure Implementation"
121+
default BT_LL_SW_LLCP_LEGACY if SOC_SERIES_NRF51X
121122
default BT_LL_SW_LLCP
122123
help
123124
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
@@ -320,10 +320,8 @@ tests:
320320
platform_allow:
321321
- nrf52840dk/nrf52840
322322
- nrf52dk/nrf52832
323-
- nrf51dk/nrf51822
324323
integration_platforms:
325324
- nrf52840dk/nrf52840
326-
- nrf51dk/nrf51822
327325
bluetooth.init.test_h5:
328326
extra_args:
329327
- CONF_FILE=prj_h5.conf

0 commit comments

Comments
 (0)