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

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

am a7b11104: am 7a1e1be2: Fixed a Bluetooth MAP bug.

* commit 'a7b11104':
  Fixed a Bluetooth MAP bug.
parents 488b86d5 a7b11104
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: