Searched refs:last_info (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/ |
D | bap_unicast_server_test.c | 281 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()
|
D | common.h | 140 struct bt_iso_recv_info last_info; member
|
D | bap_broadcast_sink_test.c | 567 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()
|
D | cap_acceptor_test.c | 307 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()
|
D | bap_unicast_client_test.c | 169 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/ |
D | bap.c | 2721 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()
|
D | audio.h | 135 struct bt_iso_recv_info last_info; member
|