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

Commit 0ebc7fd4 authored by Mallikarjuna GB's avatar Mallikarjuna GB Committed by Android Git Automerger
Browse files

am 380f0dbc: Handle multiple BLDN commands from headset

* commit '380f0dbc':
  Handle multiple BLDN commands from headset
parents 949ed6b5 380f0dbc
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) {