Skip to content

Commit 5f5f794

Browse files
Andries Kruithofcarlescufi
authored andcommitted
tests: Bluetooth: update unittests for DF
Due to some refactoring the unittests for direction finding started failing. This commit fixes the failing unittests Signed-off-by: Andries Kruithof <[email protected]>
1 parent ed79b1f commit 5f5f794

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tests:
2-
bluetooth.df.conectionless_cte_rx:
2+
bluetooth.df.connectionless_cte_rx:
33
platform_allow: nrf52_bsim
44
tags: bluetooth

tests/bluetooth/df/connectionless_cte_tx/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ CONFIG_BT_CTLR_ADV_PERIODIC=y
1313
CONFIG_BT_CTLR_DF=y
1414

1515
CONFIG_BT_CTLR_ADVANCED_FEATURES=y
16-
CONFIG_BT_CTLR_ADV_PDU_LINK=y
16+
CONFIG_BT_CTLR_ADV_SYNC_PDU_BACK2BACK=y
1717
CONFIG_BT_CTLR_DF_PER_ADV_CTE_NUM_MAX=16
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tests:
2-
bluetooth.df.conectionless_cte_tx:
2+
bluetooth.df.connectionless_cte_tx:
33
platform_allow: nrf52_bsim
44
tags: bluetooth

0 commit comments

Comments
 (0)