Loading system/bta/le_audio/devices.cc +3 −0 Original line number Diff line number Diff line Loading @@ -1081,6 +1081,9 @@ bool LeAudioDeviceGroup::ConfigureAses( /* Skip if device has ASE configured in this direction already */ if (device->GetFirstActiveAseByDirection(ent.direction)) continue; /* For the moment, we configure only connected devices. */ if (device->conn_id_ == GATT_INVALID_CONN_ID) continue; if (!device->ConfigureAses(ent, context_type, &active_ase_num, group_snk_audio_locations, group_src_audio_locations, reuse_cis_id)) Loading Loading
system/bta/le_audio/devices.cc +3 −0 Original line number Diff line number Diff line Loading @@ -1081,6 +1081,9 @@ bool LeAudioDeviceGroup::ConfigureAses( /* Skip if device has ASE configured in this direction already */ if (device->GetFirstActiveAseByDirection(ent.direction)) continue; /* For the moment, we configure only connected devices. */ if (device->conn_id_ == GATT_INVALID_CONN_ID) continue; if (!device->ConfigureAses(ent, context_type, &active_ase_num, group_snk_audio_locations, group_src_audio_locations, reuse_cis_id)) Loading