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

Commit 3678944e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Bluetooth: Handle CPBS read command properly."

parents 57a0f6ea 1e7cfc38
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -208,7 +208,7 @@ public class AtPhonebook {
                    if (atCommandResponse != null)
                    if (atCommandResponse != null)
                        mStateMachine.atResponseStringNative(atCommandResponse);
                        mStateMachine.atResponseStringNative(atCommandResponse);
                    mStateMachine.atResponseCodeNative(atCommandResult, atCommandErrorCode);
                    mStateMachine.atResponseCodeNative(atCommandResult, atCommandErrorCode);
                    break;
                    return;
                }
                }
                PhonebookResult pbr = getPhonebookResult(mCurrentPhonebook, true);
                PhonebookResult pbr = getPhonebookResult(mCurrentPhonebook, true);
                if (pbr == null) {
                if (pbr == null) {