Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_stream.h28 void bt_bap_qos_cfg_to_iso_qos(struct bt_iso_chan_io_qos *io, const struct bt_bap_qos_cfg *qos_cfg);
Dbap_broadcast_source.c319 bt_bap_qos_cfg_to_iso_qos(iso->chan.qos->tx, qos); in broadcast_source_setup_stream()
982 bt_bap_qos_cfg_to_iso_qos(iso_qos, qos); in bt_bap_broadcast_source_reconfig()
Dbap_stream.c48 void bt_bap_qos_cfg_to_iso_qos(struct bt_iso_chan_io_qos *io, const struct bt_bap_qos_cfg *qos_cfg) in bt_bap_qos_cfg_to_iso_qos() function
Dbap_broadcast_sink.c1107 bt_bap_qos_cfg_to_iso_qos(iso->chan.qos->rx, &sink->qos_cfg); in bt_bap_broadcast_sink_setup_stream()
Dbap_unicast_client.c2483 bt_bap_qos_cfg_to_iso_qos(io_qos, qos); in unicast_client_qos_cfg_to_iso_qos()