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

Commit f3b6a5e5 authored by Gopi Sakshihally Bhuthaiah's avatar Gopi Sakshihally Bhuthaiah Committed by Gopi Sakshihally Bhuthaiah (xWF)
Browse files

prevent_duplicate_uuid_intent flag to be enabled

testBondLe_WithGattServiceDiscovery and
testCancelBondLe_WithGattServiceDiscovery needs
prevent_duplicate_uuid_intent flag

Bug: 356599351
Test: atest -v PairingTest
Flag: TEST_ONLY
Change-Id: I0d6c1a2deb6bf0710700da4be7eabbcb079a3152
parent 53743c63
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -380,6 +380,7 @@ public class PairingTest {
     * <p>Expectation: Pairing gets cancelled instead of getting timed out
     */
    @Test
    @RequiresFlagsEnabled({Flags.FLAG_PREVENT_DUPLICATE_UUID_INTENT})
    public void testCancelBondLe_WithGattServiceDiscovery() {
        registerIntentActions(BluetoothDevice.ACTION_BOND_STATE_CHANGED);

@@ -430,6 +431,7 @@ public class PairingTest {
     * <p>Expectation: Pairing succeeds
     */
    @Test
    @RequiresFlagsEnabled({Flags.FLAG_PREVENT_DUPLICATE_UUID_INTENT})
    public void testBondLe_WithGattServiceDiscovery() {
        registerIntentActions(BluetoothDevice.ACTION_BOND_STATE_CHANGED);