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

Commit d170ad1f authored by Gopi Sakshihally Bhuthaiah's avatar Gopi Sakshihally Bhuthaiah
Browse files

Removed strict checking of UUID

When new GATT service added to bumble, ACTION_UUID contains extra
UUIDs along with Battery Service and test case verification fails.

Bug: 353908194
Test: atest -v PairingTest
Flag: EXEMPT Test case
Change-Id: I735501aabbdbf7a3a1fb6ddcb19d403518859744
parent c9821a41
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,