Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_stream_rx.c36 if (test_stream->rx_cnt > 0U && info->ts == test_stream->last_info.ts) { in bap_stream_rx_recv_cb()
38 FAIL("Duplicated timestamp received: %u\n", test_stream->last_info.ts); in bap_stream_rx_recv_cb()
42 if (test_stream->rx_cnt > 0U && info->seq_num == test_stream->last_info.seq_num) { in bap_stream_rx_recv_cb()
44 FAIL("Duplicated PSN received: %u\n", test_stream->last_info.seq_num); in bap_stream_rx_recv_cb()
Dcommon.h141 struct bt_iso_recv_info last_info; member
Dpbp_public_broadcast_sink_test.c100 memset(&test_stream->last_info, 0, sizeof(test_stream->last_info)); in started_cb()
Dbap_broadcast_sink_test.c555 memset(&test_stream->last_info, 0, sizeof(test_stream->last_info)); in stream_started_cb()
Dcap_acceptor_test.c292 memset(&test_stream->last_info, 0, sizeof(test_stream->last_info)); in started_cb()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c2796 if (info->ts == sh_stream->rx.last_info.ts) { in audio_recv()
2800 if (info->seq_num == sh_stream->rx.last_info.seq_num) { in audio_recv()
2831 (void)memcpy(&sh_stream->rx.last_info, info, sizeof(sh_stream->rx.last_info)); in audio_recv()
Daudio.h132 struct bt_iso_recv_info last_info; member