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

Commit 99f9e9b5 authored by PauloftheWest's avatar PauloftheWest Committed by Android Git Automerger
Browse files

am 335b2b8f: Fixed a Bluetooth MAP bug.

* commit '335b2b8f':
  Fixed a Bluetooth MAP bug.
parents 3e5cc9be 335b2b8f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -460,6 +460,8 @@ public class BluetoothMapService extends ProfileService {
            switch (mState) {
                case BluetoothMap.STATE_CONNECTED:
                    sendShutdownMessage();
                    /* Disconnect all connections and restart all MAS instances */
                    stopObexServerSessions(-1);
                    result = true;
                    break;
                default: