Searched refs:tmp_stream (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_unicast_client.c | 2932 struct bt_bap_stream *tmp_stream; in bt_bap_unicast_group_reconfig() local 2957 SYS_SLIST_FOR_EACH_CONTAINER(&unicast_group->streams, tmp_stream, _node) { in bt_bap_unicast_group_reconfig() 2958 memcpy(&rx_io_qos_backup[idx], tmp_stream->bap_iso->chan.qos->rx, in bt_bap_unicast_group_reconfig() 2960 memcpy(&tx_io_qos_backup[idx], tmp_stream->bap_iso->chan.qos->tx, in bt_bap_unicast_group_reconfig() 2964 (num_subevents_backup[idx] = tmp_stream->bap_iso->chan.qos->num_subevents)); in bt_bap_unicast_group_reconfig() 2994 SYS_SLIST_FOR_EACH_CONTAINER(&unicast_group->streams, tmp_stream, _node) { in bt_bap_unicast_group_reconfig() 2995 memcpy(tmp_stream->bap_iso->chan.qos->rx, &rx_io_qos_backup[idx], in bt_bap_unicast_group_reconfig() 2997 memcpy(tmp_stream->bap_iso->chan.qos->tx, &tx_io_qos_backup[idx], in bt_bap_unicast_group_reconfig() 3000 (tmp_stream->bap_iso->chan.qos->num_subevents = in bt_bap_unicast_group_reconfig() 3015 struct bt_bap_stream *tmp_stream; in bt_bap_unicast_group_add_streams() local [all …]
|