Home
last modified time | relevance | path

Searched refs:tx_qos (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c508 static struct bt_iso_chan_io_qos *tx_qos, *rx_qos; in cmd_listen() local
511 tx_qos = &iso_tx_qos; in cmd_listen()
514 tx_qos = NULL; in cmd_listen()
517 tx_qos = &iso_tx_qos; in cmd_listen()
537 iso_chan.qos->tx = tx_qos; in cmd_listen()
/Zephyr-latest/subsys/bluetooth/host/
Diso.c260 struct bt_iso_chan_io_qos *tx_qos; in bt_iso_setup_data_path() local
267 tx_qos = chan->qos->tx; in bt_iso_setup_data_path()
279 if (tx_qos != NULL && iso->iso.info.can_send) { in bt_iso_setup_data_path()
280 if (tx_qos->path != NULL) { /* Use application path */ in bt_iso_setup_data_path()
281 in_path = tx_qos->path; in bt_iso_setup_data_path()
1637 struct bt_iso_chan_io_qos *tx_qos; in bt_iso_remove_data_path() local
1645 tx_qos = chan->qos->tx; in bt_iso_remove_data_path()
1648 if (tx_qos) { in bt_iso_remove_data_path()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_unicast_client_test.c1135 struct bt_bap_qos_cfg tx_qos = BT_BAP_QOS_CFG_UNFRAMED(10000U, 40U, 2U, 100U, 40000U); in test_main_async_group() local
1141 .qos = &tx_qos, in test_main_async_group()