Skip to content

Commit a4006e4

Browse files
congnguyenhuukartben
authored andcommitted
tests: bsim: bluetooth: audio fixes build failure
Fixes build failure, correct the variable is using for k_sem_take in function test_sink_encrypted_incorrect_code Fixes #83388 Signed-off-by: Cong Nguyen Huu <[email protected]>
1 parent d492c84 commit a4006e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ static void test_sink_encrypted_incorrect_code(void)
10871087
/* Wait for all to be started */
10881088
printk("Waiting for streams to be started\n");
10891089
for (size_t i = 0U; i < ARRAY_SIZE(streams); i++) {
1090-
k_sem_take(&sem_started, K_FOREVER);
1090+
k_sem_take(&sem_stream_started, K_FOREVER);
10911091
}
10921092

10931093
printk("Waiting for data\n");

0 commit comments

Comments
 (0)