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

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

MAP MCE remove cancelDiscovery am: 09a68500

am: 4a6e6a3d

Change-Id: I54f20a809d2cb33df4c29e352273f03806bc0b87
parents 0854a3a2 4a6e6a3d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -340,7 +340,6 @@ final class MceStateMachine extends StateMachine {
            }
            onConnectionStateChanged(mPreviousState, BluetoothProfile.STATE_CONNECTING);

            BluetoothAdapter.getDefaultAdapter().cancelDiscovery();
            // When commanded to connect begin SDP to find the MAS server.
            mDevice.sdpSearch(BluetoothUuid.MAS);
            sendMessageDelayed(MSG_CONNECTING_TIMEOUT, TIMEOUT);