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

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

Revert "Modified LeAudioServiceDiscoveryTest"

Revert submission 3283939

Reason for revert: b/372518178

Reverted changes: /q/submissionid:3283939

Change-Id: I0017ea6ebc6dca4994f2e88475c529e76ad5925e
parent c75eee95
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -269,11 +269,13 @@ public class LeAudioServiceDiscoveryTest {
                        BluetoothDevice.EXTRA_UUID,
                        Matchers.allOf(
                                Matchers.hasItemInArray(BluetoothUuid.HFP),
                                Matchers.hasItemInArray(BluetoothUuid.HID),
                                Matchers.hasItemInArray(BluetoothUuid.A2DP_SOURCE),
                                Matchers.hasItemInArray(BluetoothUuid.A2DP_SINK),
                                Matchers.hasItemInArray(BluetoothUuid.AVRCP),
                                Matchers.hasItemInArray(BluetoothUuid.LE_AUDIO),
                                Matchers.hasItemInArray(BluetoothUuid.BATTERY))));
                                Matchers.hasItemInArray(BluetoothUuid.BATTERY),
                                Matchers.hasItemInArray(BluetoothUuid.HOGP))));
        unregisterIntentActions(
                BluetoothDevice.ACTION_UUID,
                BluetoothDevice.ACTION_ACL_CONNECTED,