Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_client.c2457 struct bt_iso_chan_io_qos *other_io_qos; in unicast_client_qos_cfg_to_iso_qos() local
2465 other_io_qos = iso->chan.qos->rx; in unicast_client_qos_cfg_to_iso_qos()
2467 other_io_qos = NULL; in unicast_client_qos_cfg_to_iso_qos()
2475 other_io_qos = iso->chan.qos->tx; in unicast_client_qos_cfg_to_iso_qos()
2477 other_io_qos = NULL; in unicast_client_qos_cfg_to_iso_qos()
2486 if (other_io_qos != NULL) { in unicast_client_qos_cfg_to_iso_qos()
2490 other_io_qos->phy = io_qos->phy; in unicast_client_qos_cfg_to_iso_qos()