Loading system/bta/le_audio/state_machine.cc +3 −3 Original line number Diff line number Diff line Loading @@ -617,6 +617,9 @@ class LeAudioGroupStateMachineImpl : public LeAudioGroupStateMachine { return; } /* mark ASEs as not used. */ leAudioDevice->DeactivateAllAses(); /* If group is in Idle there is nothing to do here */ if ((group->GetState() == AseState::BTA_LE_AUDIO_ASE_STATE_IDLE) && (group->GetTargetState() == AseState::BTA_LE_AUDIO_ASE_STATE_IDLE)) { Loading @@ -625,9 +628,6 @@ class LeAudioGroupStateMachineImpl : public LeAudioGroupStateMachine { return; } /* mark ASEs as not used. */ leAudioDevice->DeactivateAllAses(); LOG_DEBUG( " device: %s, group connected: %d, all active ase disconnected:: %d", leAudioDevice->address_.ToString().c_str(), Loading Loading
system/bta/le_audio/state_machine.cc +3 −3 Original line number Diff line number Diff line Loading @@ -617,6 +617,9 @@ class LeAudioGroupStateMachineImpl : public LeAudioGroupStateMachine { return; } /* mark ASEs as not used. */ leAudioDevice->DeactivateAllAses(); /* If group is in Idle there is nothing to do here */ if ((group->GetState() == AseState::BTA_LE_AUDIO_ASE_STATE_IDLE) && (group->GetTargetState() == AseState::BTA_LE_AUDIO_ASE_STATE_IDLE)) { Loading @@ -625,9 +628,6 @@ class LeAudioGroupStateMachineImpl : public LeAudioGroupStateMachine { return; } /* mark ASEs as not used. */ leAudioDevice->DeactivateAllAses(); LOG_DEBUG( " device: %s, group connected: %d, all active ase disconnected:: %d", leAudioDevice->address_.ToString().c_str(), Loading