Searched refs:tx_sdu_size (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/ |
D | common.h | 138 uint16_t tx_sdu_size; member
|
D | cap_initiator_broadcast_test.c | 144 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()
|
D | bap_broadcast_source_test.c | 245 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()
|
D | bap_unicast_server_test.c | 162 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()
|
D | gmap_ugg_test.c | 197 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()
|
D | bap_unicast_client_test.c | 94 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()
|