File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
subsys/bluetooth/controller Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ source ${ZEPHYR_BASE}/tests/bsim/compile.source
1616app=tests/bsim/bluetooth/ll/advx compile
1717app=tests/bsim/bluetooth/ll/advx conf_overlay=overlay-ticker_expire_info.conf compile
1818app=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
1921app=tests/bsim/bluetooth/ll/throughput compile
2022app=tests/bsim/bluetooth/ll/throughput conf_overlay=overlay-no_phy_update.conf compile
2123app=tests/bsim/bluetooth/ll/multiple_id compile
Original file line number Diff line number Diff line change 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
33tests/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
46tests/bsim/bluetooth/ll/throughput/
57tests/bsim/bluetooth/ll/multiple_id/
68tests/bsim/bluetooth/ll/bis/tests_scripts/broadcast_iso_interleaved.sh
You can’t perform that action at this time.
0 commit comments