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

Commit 8b4043c6 authored by Mallikarjuna GB's avatar Mallikarjuna GB Committed by Android Git Automerger
Browse files

am 0ebc7fd4: am 380f0dbc: Handle multiple BLDN commands from headset

* commit '0ebc7fd4':
  Handle multiple BLDN commands from headset
parents 7e45b563 0ebc7fd4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2537,6 +2537,12 @@ final class HeadsetStateMachine extends StateMachine {
        }

        String dialNumber;
        if (mDialingOut) {
            if (DBG) log("processDialCall, already dialling");
            atResponseCodeNative(HeadsetHalConstants.AT_RESPONSE_ERROR, 0,
                                       getByteAddress(device));
            return;
        }
        if ((number == null) || (number.length() == 0)) {
            dialNumber = mPhonebook.getLastDialledNumber();
            if (dialNumber == null) {