Home
last modified time | relevance | path

Searched refs:iso_tx_qos (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c100 static struct bt_iso_chan_io_qos iso_tx_qos = { variable
111 .tx = &iso_tx_qos,
143 iso_tx_qos.rtn, DEFAULT_BIS_RTN); in parse_rtn_arg()
212 iso_tx_qos.phy, DEFAULT_BIS_PHY, BT_GAP_LE_PHY_1M, in parse_phy_arg()
238 iso_tx_qos.sdu, DEFAULT_BIS_SDU); in parse_sdu_arg()
358 iso_tx_qos.max_pdu, DEFAULT_BIS_PDU_SIZE); in parse_max_pdu_arg()
382 iso_tx_qos.burst_number, DEFAULT_BIS_BN); in parse_bn_arg()
564 iso_tx_qos.rtn = rtn; in parse_args()
565 iso_tx_qos.phy = phy; in parse_args()
566 iso_tx_qos.sdu = sdu; in parse_args()
[all …]
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c101 static struct bt_iso_chan_io_qos iso_tx_qos = { variable
122 .tx = &iso_tx_qos,
218 net_buf_add_mem(buf, iso_data, iso_tx_qos.sdu); in iso_send()
990 iso_tx_qos.rtn, iso_tx_qos.phy, iso_tx_qos.sdu); in change_central_settings()
1000 iso_qos.tx = &iso_tx_qos; in change_central_settings()
1002 err = parse_cis_args(&iso_tx_qos); in change_central_settings()
1008 iso_tx_qos.rtn, iso_tx_qos.phy, iso_tx_qos.sdu); in change_central_settings()
1043 (void)memcpy(&iso_rx_qos, &iso_tx_qos, in change_central_settings()
1410 for (int i = 0; i < iso_tx_qos.sdu; i++) { in main()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c79 static struct bt_iso_chan_io_qos iso_tx_qos; variable
356 iso_tx_qos.sdu = CONFIG_BT_ISO_TX_MTU; /* bytes */ in create_big()
357 iso_tx_qos.rtn = 2; in create_big()
358 iso_tx_qos.phy = BT_GAP_LE_PHY_2M; in create_big()
359 bis_iso_qos.tx = &iso_tx_qos; in create_big()
412 iso_tx_qos.sdu = 502; /* bytes */ in create_advanced_big()
413 iso_tx_qos.phy = BT_GAP_LE_PHY_2M; in create_advanced_big()
414 iso_tx_qos.max_pdu = BT_ISO_PDU_MAX; in create_advanced_big()
415 iso_tx_qos.burst_number = BT_ISO_BN_MIN; in create_advanced_big()
417 bis_iso_qos.tx = &iso_tx_qos; in create_advanced_big()
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c37 static struct bt_iso_chan_io_qos iso_tx_qos = DEFAULT_IO_QOS; variable
130 .tx = &iso_tx_qos,
210 chans[0]->qos->tx = &iso_tx_qos; in cmd_cig_create()
216 chans[0]->qos->tx = &iso_tx_qos; in cmd_cig_create()
512 tx_qos = &iso_tx_qos; in cmd_listen()
518 tx_qos = &iso_tx_qos; in cmd_listen()
741 bis_iso_qos.tx = &iso_tx_qos; in cmd_big_create()
/Zephyr-latest/samples/bluetooth/iso_broadcast/src/
Dmain.c59 static struct bt_iso_chan_io_qos iso_tx_qos = { variable
66 .tx = &iso_tx_qos,