Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_client.c2934 struct bt_bap_stream *tmp_stream; in bt_bap_unicast_group_reconfig() local
2959 SYS_SLIST_FOR_EACH_CONTAINER(&unicast_group->streams, tmp_stream, _node) { in bt_bap_unicast_group_reconfig()
2960 memcpy(&rx_io_qos_backup[idx], tmp_stream->bap_iso->chan.qos->rx, in bt_bap_unicast_group_reconfig()
2962 memcpy(&tx_io_qos_backup[idx], tmp_stream->bap_iso->chan.qos->tx, in bt_bap_unicast_group_reconfig()
2966 (num_subevents_backup[idx] = tmp_stream->bap_iso->chan.qos->num_subevents)); in bt_bap_unicast_group_reconfig()
2996 SYS_SLIST_FOR_EACH_CONTAINER(&unicast_group->streams, tmp_stream, _node) { in bt_bap_unicast_group_reconfig()
2997 memcpy(tmp_stream->bap_iso->chan.qos->rx, &rx_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()
3002 (tmp_stream->bap_iso->chan.qos->num_subevents = in bt_bap_unicast_group_reconfig()
3017 struct bt_bap_stream *tmp_stream; in bt_bap_unicast_group_add_streams() local
[all …]