Home
last modified time | relevance | path

Searched refs:tx_sdu_size (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dcommon.h138 uint16_t tx_sdu_size; member
Dcap_initiator_broadcast_test.c144 if (test_stream->tx_sdu_size > CONFIG_BT_ISO_TX_MTU) { in broadcast_sent_cb()
145 FAIL("Invalid SDU %u for the MTU: %d", test_stream->tx_sdu_size, in broadcast_sent_cb()
157 net_buf_add_mem(buf, mock_iso_data, test_stream->tx_sdu_size); in broadcast_sent_cb()
406 test_stream->tx_sdu_size = create_param.qos->sdu; in test_broadcast_audio_create()
750 test_stream->tx_sdu_size = create_param.qos->sdu; in test_cap_initiator_ac()
Dbap_broadcast_source_test.c245 net_buf_add_mem(buf, mock_iso_data, test_stream->tx_sdu_size); in stream_sent_cb()
317 test_stream->tx_sdu_size = preset_16_1_1.qos.sdu; in setup_broadcast_source()
456 test_stream->tx_sdu_size = preset_16_1_1.qos.sdu; in test_broadcast_source_reconfig()
Dbap_unicast_server_test.c162 test_stream->tx_sdu_size = qos->sdu; in lc3_qos()
325 net_buf_add_mem(buf, mock_iso_data, test_stream->tx_sdu_size); in stream_sent_cb()
Dgmap_ugg_test.c197 if (test_stream->tx_sdu_size > CONFIG_BT_ISO_TX_MTU) { in stream_sent_cb()
198 FAIL("Invalid SDU %u for the MTU: %d", test_stream->tx_sdu_size, in stream_sent_cb()
210 net_buf_add_mem(buf, mock_iso_data, test_stream->tx_sdu_size); in stream_sent_cb()
1246 test_stream->tx_sdu_size = create_param.qos->sdu; in test_gmap_ugg_broadcast_ac()
Dbap_unicast_client_test.c94 test_stream->tx_sdu_size = stream->qos->sdu; in stream_qos_set()
213 net_buf_add_mem(buf, mock_iso_data, test_stream->tx_sdu_size); in stream_sent_cb()