Home
last modified time | relevance | path

Searched refs:rx_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
512 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()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_unicast_client_test.c1134 struct bt_bap_qos_cfg rx_qos = BT_BAP_QOS_CFG_UNFRAMED(7500U, 30U, 2U, 75U, 40000U); in test_main_async_group() local
1137 .qos = &rx_qos, in test_main_async_group()
/Zephyr-latest/subsys/bluetooth/host/
Diso.c261 struct bt_iso_chan_io_qos *rx_qos; in bt_iso_setup_data_path() local
268 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()