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

Commit e579426a authored by Grzegorz Kołodziejczyk's avatar Grzegorz Kołodziejczyk Committed by Grzegorz Kolodziejczyk
Browse files

broadcast: Disable AudioMode listener flag to test InCall path

InCall test path should have disabled explicite AudioMode listener flag.

Bug: 329172203
Bug: 339612732
Flag: com.android.bluetooth.flags.leaudio_use_audio_mode_listener
Test: atest LeAudioBroadcastServiceTest#testInCallDrivenBroadcastSwitch
Change-Id: I465bc45e7ffe6c0be545f9f549fee641f87e5a61
parent dde70384
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -973,6 +973,7 @@ public class LeAudioBroadcastServiceTest {

    @Test
    public void testInCallDrivenBroadcastSwitch() {
        mSetFlagsRule.disableFlags(Flags.FLAG_LEAUDIO_USE_AUDIO_MODE_LISTENER);
        int groupId = 1;
        int broadcastId = 243;
        byte[] code = {0x00, 0x01, 0x00, 0x02};