Skip to content

Commit c7dd2d3

Browse files
cvinayaknordicjm
authored andcommitted
[nrf fromtree] Bluetooth: Controller: nRF54Lx: Enable Controller Privacy Support
Enable Controller Privacy support for nRF54Lx as default. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 4428c1a8683e2376286ea3b9d78cba4c2190797d) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 3609c26 commit c7dd2d3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

subsys/bluetooth/controller/Kconfig.ll_sw_split

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ config BT_LLL_VENDOR_NORDIC
2222
!BT_CTLR_DATA_LENGTH_CLEAR && \
2323
!BT_CTLR_PHY_2M_NRF
2424
select BT_CTLR_PRIVACY_SUPPORT if BT_CTLR_CRYPTO_SUPPORT && \
25-
!SOC_SERIES_NRF51X && \
26-
!SOC_COMPATIBLE_NRF54LX
25+
!SOC_SERIES_NRF51X
2726
select BT_CTLR_CONN_PARAM_REQ_SUPPORT
2827
select BT_CTLR_EXT_REJ_IND_SUPPORT
2928
select BT_CTLR_PER_INIT_FEAT_XCHG_SUPPORT

tests/bsim/bluetooth/compile.nrf54l15bsim_nrf54l15_cpuapp.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ source ${ZEPHYR_BASE}/tests/bsim/compile.source
1616
app=tests/bsim/bluetooth/ll/advx compile
1717
app=tests/bsim/bluetooth/ll/advx conf_overlay=overlay-ticker_expire_info.conf compile
1818
app=tests/bsim/bluetooth/ll/advx conf_overlay=overlay-scan_aux_use_chains.conf compile
19+
app=tests/bsim/bluetooth/ll/conn conf_file=prj_split.conf compile
20+
app=tests/bsim/bluetooth/ll/conn conf_file=prj_split_privacy.conf compile
1921
app=tests/bsim/bluetooth/ll/throughput compile
2022
app=tests/bsim/bluetooth/ll/throughput conf_overlay=overlay-no_phy_update.conf compile
2123
app=tests/bsim/bluetooth/ll/multiple_id compile

tests/bsim/bluetooth/tests.nrf54l15bsim_nrf54l15_cpuapp.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Search paths(s) for tests which will be run in the nrf54l15 app core
22
# This file is used in CI to select which tests are run
33
tests/bsim/bluetooth/ll/advx/
4+
tests/bsim/bluetooth/ll/conn/tests_scripts/basic_conn_encrypted_split.sh
5+
tests/bsim/bluetooth/ll/conn/tests_scripts/basic_conn_encrypted_split_privacy.sh
46
tests/bsim/bluetooth/ll/throughput/
57
tests/bsim/bluetooth/ll/multiple_id/
68
tests/bsim/bluetooth/ll/bis/tests_scripts/broadcast_iso_interleaved.sh

0 commit comments

Comments
 (0)