Searched refs:iso_tx_qos (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.4.0/samples/bluetooth/iso_broadcast_benchmark/src/ |
D | broadcaster.c | 77 static struct bt_iso_chan_io_qos iso_tx_qos = { variable 84 .tx = &iso_tx_qos, 113 iso_tx_qos.rtn, DEFAULT_BIS_RTN); in parse_rtn_arg() 182 iso_tx_qos.phy, DEFAULT_BIS_PHY, BT_GAP_LE_PHY_1M, in parse_phy_arg() 208 iso_tx_qos.sdu, DEFAULT_BIS_SDU); in parse_sdu_arg() 348 iso_tx_qos.rtn = rtn; in parse_args() 349 iso_tx_qos.phy = phy; in parse_args() 350 iso_tx_qos.sdu = sdu; in parse_args() 381 net_buf_add_mem(buf, iso_data, iso_tx_qos.sdu); in iso_timer_timeout() 514 "bis_count=%u)\n", iso_tx_qos.rtn, big_create_param.interval, in test_run_broadcaster() [all …]
|
/Zephyr-Core-3.4.0/samples/bluetooth/iso_connected_benchmark/src/ |
D | main.c | 82 static struct bt_iso_chan_io_qos iso_tx_qos = { variable 95 .tx = &iso_tx_qos, 173 net_buf_add_mem(buf, iso_data, iso_tx_qos.sdu); in iso_send() 718 iso_tx_qos.rtn, iso_tx_qos.phy, iso_tx_qos.sdu); in change_central_settings() 728 iso_qos.tx = &iso_tx_qos; in change_central_settings() 730 err = parse_cis_args(&iso_tx_qos); in change_central_settings() 736 iso_tx_qos.rtn, iso_tx_qos.phy, iso_tx_qos.sdu); in change_central_settings() 771 (void)memcpy(&iso_rx_qos, &iso_tx_qos, in change_central_settings() 1118 for (int i = 0; i < iso_tx_qos.sdu; i++) { in main()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/shell/ |
D | iso.c | 112 static struct bt_iso_chan_io_qos iso_tx_qos = DEFAULT_IO_QOS; variable 120 .tx = &iso_tx_qos, 152 chans[0]->qos->tx = &iso_tx_qos; in cmd_cig_create() 158 chans[0]->qos->tx = &iso_tx_qos; in cmd_cig_create() 438 tx_qos = &iso_tx_qos; in cmd_listen() 444 tx_qos = &iso_tx_qos; in cmd_listen() 650 bis_iso_qos.tx = &iso_tx_qos; in cmd_big_create()
|
/Zephyr-Core-3.4.0/samples/bluetooth/iso_broadcast/src/ |
D | main.c | 48 static struct bt_iso_chan_io_qos iso_tx_qos = { variable 55 .tx = &iso_tx_qos,
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/bis/src/ |
D | main.c | 78 static struct bt_iso_chan_io_qos iso_tx_qos; variable 238 iso_tx_qos.sdu = 502; /* bytes */ in test_iso_main() 239 iso_tx_qos.rtn = 2; in test_iso_main() 240 iso_tx_qos.phy = BT_GAP_LE_PHY_2M; in test_iso_main() 241 bis_iso_qos.tx = &iso_tx_qos; in test_iso_main()
|