Loading system/bta/le_audio/client.cc +5 −0 Original line number Diff line number Diff line Loading @@ -2338,6 +2338,11 @@ class LeAudioClientImpl : public LeAudioClient { return; } if (!stream_conf->conf) { LOG_INFO("Configuration not yet set. Nothing to do now"); return; } auto num_of_devices = get_num_of_devices_in_configuration(stream_conf->conf); Loading Loading
system/bta/le_audio/client.cc +5 −0 Original line number Diff line number Diff line Loading @@ -2338,6 +2338,11 @@ class LeAudioClientImpl : public LeAudioClient { return; } if (!stream_conf->conf) { LOG_INFO("Configuration not yet set. Nothing to do now"); return; } auto num_of_devices = get_num_of_devices_in_configuration(stream_conf->conf); Loading