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.c99 static struct bt_iso_chan_io_qos iso_tx_qos = { variable
110 .tx = &iso_tx_qos,
142 iso_tx_qos.rtn, DEFAULT_BIS_RTN); in parse_rtn_arg()
211 iso_tx_qos.phy, DEFAULT_BIS_PHY, BT_GAP_LE_PHY_1M, in parse_phy_arg()
237 iso_tx_qos.sdu, DEFAULT_BIS_SDU); in parse_sdu_arg()
357 iso_tx_qos.max_pdu, DEFAULT_BIS_PDU_SIZE); in parse_max_pdu_arg()
381 iso_tx_qos.burst_number, DEFAULT_BIS_BN); in parse_bn_arg()
563 iso_tx_qos.rtn = rtn; in parse_args()
564 iso_tx_qos.phy = phy; in parse_args()
565 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
324 iso_tx_qos.sdu = CONFIG_BT_ISO_TX_MTU; /* bytes */ in create_big()
325 iso_tx_qos.rtn = 2; in create_big()
326 iso_tx_qos.phy = BT_GAP_LE_PHY_2M; in create_big()
327 bis_iso_qos.tx = &iso_tx_qos; in create_big()
380 iso_tx_qos.sdu = 502; /* bytes */ in create_advanced_big()
381 iso_tx_qos.phy = BT_GAP_LE_PHY_2M; in create_advanced_big()
382 iso_tx_qos.max_pdu = BT_ISO_PDU_MAX; in create_advanced_big()
383 iso_tx_qos.burst_number = BT_ISO_BN_MIN; in create_advanced_big()
385 bis_iso_qos.tx = &iso_tx_qos; in create_advanced_big()
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c36 static struct bt_iso_chan_io_qos iso_tx_qos = DEFAULT_IO_QOS; variable
129 .tx = &iso_tx_qos,
209 chans[0]->qos->tx = &iso_tx_qos; in cmd_cig_create()
215 chans[0]->qos->tx = &iso_tx_qos; in cmd_cig_create()
511 tx_qos = &iso_tx_qos; in cmd_listen()
517 tx_qos = &iso_tx_qos; in cmd_listen()
728 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,