Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_client.c2932 struct bt_iso_chan_io_qos tx_io_qos_backup[UNICAST_GROUP_STREAM_CNT]; in bt_bap_unicast_group_reconfig() local
2962 memcpy(&tx_io_qos_backup[idx], tmp_stream->bap_iso->chan.qos->tx, in bt_bap_unicast_group_reconfig()
2963 sizeof(tx_io_qos_backup[idx])); in bt_bap_unicast_group_reconfig()
2999 memcpy(tmp_stream->bap_iso->chan.qos->tx, &tx_io_qos_backup[idx], in bt_bap_unicast_group_reconfig()
3000 sizeof(tx_io_qos_backup[idx])); in bt_bap_unicast_group_reconfig()