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

Commit cbd7d9a0 authored by Himanshu Rawat's avatar Himanshu Rawat Committed by Gerrit Code Review
Browse files

Merge "Removed strict checking of UUID" into main

parents 1370b931 d170ad1f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -462,9 +462,7 @@ public class PairingTest {
        // so that ACTION_UUID is received here.
        verifyIntentReceived(
                hasAction(BluetoothDevice.ACTION_UUID),
                hasExtra(
                        BluetoothDevice.EXTRA_UUID,
                        Matchers.arrayContainingInAnyOrder(BATTERY_UUID)));
                hasExtra(BluetoothDevice.EXTRA_UUID, Matchers.hasItemInArray(BATTERY_UUID)));

        unregisterIntentActions(
                BluetoothDevice.ACTION_BOND_STATE_CHANGED,