Home
last modified time | relevance | path

Searched refs:last_info (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dbap_unicast_server_test.c281 if (test_stream->rx_cnt > 0U && info->ts == test_stream->last_info.ts) { in stream_recv_cb()
282 FAIL("Duplicated timestamp received: %u\n", test_stream->last_info.ts); in stream_recv_cb()
286 if (test_stream->rx_cnt > 0U && info->seq_num == test_stream->last_info.seq_num) { in stream_recv_cb()
287 FAIL("Duplicated PSN received: %u\n", test_stream->last_info.seq_num); in stream_recv_cb()
Dcommon.h140 struct bt_iso_recv_info last_info; member
Dbap_broadcast_sink_test.c567 if (test_stream->rx_cnt > 0U && info->ts == test_stream->last_info.ts) { in recv_cb()
568 FAIL("Duplicated timestamp received: %u\n", test_stream->last_info.ts); in recv_cb()
572 if (test_stream->rx_cnt > 0U && info->seq_num == test_stream->last_info.seq_num) { in recv_cb()
573 FAIL("Duplicated PSN received: %u\n", test_stream->last_info.seq_num); in recv_cb()
Dcap_acceptor_test.c307 if (test_stream->rx_cnt > 0U && info->ts == test_stream->last_info.ts) { in recv_cb()
308 FAIL("Duplicated timestamp received: %u\n", test_stream->last_info.ts); in recv_cb()
312 if (test_stream->rx_cnt > 0U && info->seq_num == test_stream->last_info.seq_num) { in recv_cb()
313 FAIL("Duplicated PSN received: %u\n", test_stream->last_info.seq_num); in recv_cb()
Dbap_unicast_client_test.c169 if (test_stream->rx_cnt > 0U && info->ts == test_stream->last_info.ts) { in stream_recv_cb()
170 FAIL("Duplicated timestamp received: %u\n", test_stream->last_info.ts); in stream_recv_cb()
174 if (test_stream->rx_cnt > 0U && info->seq_num == test_stream->last_info.seq_num) { in stream_recv_cb()
175 FAIL("Duplicated PSN received: %u\n", test_stream->last_info.seq_num); in stream_recv_cb()
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dbap.c2721 if (info->ts == sh_stream->rx.last_info.ts) { in audio_recv()
2725 if (info->seq_num == sh_stream->rx.last_info.seq_num) { in audio_recv()
2756 (void)memcpy(&sh_stream->rx.last_info, info, sizeof(sh_stream->rx.last_info)); in audio_recv()
Daudio.h135 struct bt_iso_recv_info last_info; member