Searched refs:tx_qos (Results 1 – 3 of 3) sorted by relevance
508 static struct bt_iso_chan_io_qos *tx_qos, *rx_qos; in cmd_listen() local511 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()
260 struct bt_iso_chan_io_qos *tx_qos; in bt_iso_setup_data_path() local267 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() local1645 tx_qos = chan->qos->tx; in bt_iso_remove_data_path()1648 if (tx_qos) { in bt_iso_remove_data_path()
1135 struct bt_bap_qos_cfg tx_qos = BT_BAP_QOS_CFG_UNFRAMED(10000U, 40U, 2U, 100U, 40000U); in test_main_async_group() local1141 .qos = &tx_qos, in test_main_async_group()