Searched refs:rx_qos (Results 1 – 3 of 3) sorted by relevance
508 static struct bt_iso_chan_io_qos *tx_qos, *rx_qos; in cmd_listen() local512 rx_qos = NULL; in cmd_listen()515 rx_qos = &iso_rx_qos; in cmd_listen()518 rx_qos = &iso_rx_qos; in cmd_listen()538 iso_chan.qos->rx = rx_qos; in cmd_listen()
1134 struct bt_bap_qos_cfg rx_qos = BT_BAP_QOS_CFG_UNFRAMED(7500U, 30U, 2U, 75U, 40000U); in test_main_async_group() local1137 .qos = &rx_qos, in test_main_async_group()
261 struct bt_iso_chan_io_qos *rx_qos; in bt_iso_setup_data_path() local268 rx_qos = chan->qos->rx; in bt_iso_setup_data_path()287 if (rx_qos != NULL && iso->iso.info.can_recv) { in bt_iso_setup_data_path()288 if (rx_qos->path != NULL) { /* Use application path */ in bt_iso_setup_data_path()289 out_path = rx_qos->path; in bt_iso_setup_data_path()