Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37e749f3 authored by Joseph Pirozzo's avatar Joseph Pirozzo Committed by android-build-merger
Browse files

Merge "Cleanup Bluetooth MCE State Machine" am: 1a229704

am: da96d2e6

Change-Id: I9d7879fb58062c023af37119078155bb14202efa
parents b66786a9 da96d2e6
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -374,6 +374,9 @@ final class MceStateMachine extends StateMachine {
                    break;
                    break;


                case MSG_MAS_DISCONNECTED:
                case MSG_MAS_DISCONNECTED:
                    if (mMasClient != null) {
                        mMasClient.shutdown();
                    }
                    transitionTo(mDisconnected);
                    transitionTo(mDisconnected);
                    break;
                    break;