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

Commit f82776fd authored by Thomas Girardier's avatar Thomas Girardier Committed by Automerger Merge Worker
Browse files

Merge "disable AT+ANDROID processing for wear" into tm-qpr-dev am: 5cbbd48a...

Merge "disable AT+ANDROID processing for wear" into tm-qpr-dev am: 5cbbd48a am: c96b1ec9 am: 0d9852a1

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/23022110



Change-Id: I35b5f47470cc31ce97e142d32e109952430a3c06
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 7de2e717 0d9852a1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2129,8 +2129,6 @@ public class HeadsetStateMachine extends StateMachine {
            processAtCpbs(atCommand.substring(5), commandType, device);
        } else if (atCommand.startsWith("+CPBR")) {
            processAtCpbr(atCommand.substring(5), commandType, device);
        } else if (atCommand.startsWith("+ANDROID")) {
            processAndroidAt(atCommand, device);
        } else {
            processVendorSpecificAt(atCommand, device);
        }
+1 −0
Original line number Diff line number Diff line
@@ -1439,6 +1439,7 @@ public class HeadsetStateMachineTest {
    /**
     * A test to validate received Android AT commands and processing
     */
    @Ignore("b/275668166")
    @Test
    public void testProcessAndroidAt() {
        setUpConnectedState();