Skip to content

Commit 75cfe05

Browse files
committed
tests: Bluetooth: CAP: Remove dup adv in acceptor bsim test
Remove a duplicated advertising set in the CAP acceptor babblesim test. The advertising set is configured in test_start_adv. Signed-off-by: Emil Gydesen <[email protected]>
1 parent 8780d91 commit 75cfe05

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/bsim/bluetooth/audio/src/cap_acceptor_test.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -733,12 +733,6 @@ static void init(void)
733733
bt_cap_stream_ops_register(&unicast_streams[i], &unicast_stream_ops);
734734
}
735735

736-
err = bt_le_adv_start(BT_LE_ADV_CONN_FAST_1, cap_acceptor_ad,
737-
ARRAY_SIZE(cap_acceptor_ad), NULL, 0);
738-
if (err != 0) {
739-
FAIL("Advertising failed to start (err %d)\n", err);
740-
return;
741-
}
742736
test_start_adv();
743737
}
744738

0 commit comments

Comments
 (0)