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

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

am 7a1e1be2: Fixed a Bluetooth MAP bug.

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