Loading system/bta/le_audio/client.cc +0 −3 Original line number Diff line number Diff line Loading @@ -2039,7 +2039,6 @@ class LeAudioClientImpl : public LeAudioClient { stream_conf->sink_frame_duration_us = frame_duration_us; stream_conf->sink_octets_per_codec_frame = octets_per_frame; stream_conf->valid = true; stream_conf->conf = group->GetActiveConfiguration(); LOG(INFO) << __func__ << " configuration: " << stream_conf->conf->name; Loading Loading @@ -2204,8 +2203,6 @@ class LeAudioClientImpl : public LeAudioClient { ase->codec_config.octets_per_codec_frame; stream_conf->valid = true; stream_conf->conf = group->GetActiveConfiguration(); LOG(INFO) << __func__ << " Added CIS: " << +ase->cis_conn_hdl << " to stream. Allocation: " << +ase->codec_config.audio_channel_allocation Loading system/bta/le_audio/devices.cc +5 −0 Original line number Diff line number Diff line Loading @@ -1156,6 +1156,11 @@ bool LeAudioDeviceGroup::Configure(LeAudioContextType context_type) { << ", is in mismatch with cached active contexts"; return false; } /* Store selected configuration at once it is chosen. * It might happen it will get unavailable in some point of time */ stream_conf.conf = conf; return true; } Loading Loading
system/bta/le_audio/client.cc +0 −3 Original line number Diff line number Diff line Loading @@ -2039,7 +2039,6 @@ class LeAudioClientImpl : public LeAudioClient { stream_conf->sink_frame_duration_us = frame_duration_us; stream_conf->sink_octets_per_codec_frame = octets_per_frame; stream_conf->valid = true; stream_conf->conf = group->GetActiveConfiguration(); LOG(INFO) << __func__ << " configuration: " << stream_conf->conf->name; Loading Loading @@ -2204,8 +2203,6 @@ class LeAudioClientImpl : public LeAudioClient { ase->codec_config.octets_per_codec_frame; stream_conf->valid = true; stream_conf->conf = group->GetActiveConfiguration(); LOG(INFO) << __func__ << " Added CIS: " << +ase->cis_conn_hdl << " to stream. Allocation: " << +ase->codec_config.audio_channel_allocation Loading
system/bta/le_audio/devices.cc +5 −0 Original line number Diff line number Diff line Loading @@ -1156,6 +1156,11 @@ bool LeAudioDeviceGroup::Configure(LeAudioContextType context_type) { << ", is in mismatch with cached active contexts"; return false; } /* Store selected configuration at once it is chosen. * It might happen it will get unavailable in some point of time */ stream_conf.conf = conf; return true; } Loading