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

Commit f81b9877 authored by Brian Delwiche's avatar Brian Delwiche Committed by Gerrit Code Review
Browse files

Merge "Fix erroneous bitwise expression in ScanManagerTest" into main

parents c8799b41 3c019ff3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1697,7 +1697,7 @@ public class ScanManagerTest {
            int expectedScanMode = scanModeMap.get(ScanMode);
            int expectedPhy;

            if (adapterServiceSupportsCoded) expectedPhy = PHY_LE_1M_MASK & PHY_LE_CODED_MASK;
            if (adapterServiceSupportsCoded) expectedPhy = PHY_LE_1M_MASK | PHY_LE_CODED_MASK;
            else expectedPhy = PHY_LE_1M_MASK;

            Log.d(