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

Commit 4b7e0635 authored by Alice Kuo's avatar Alice Kuo
Browse files

Remove AUDIO_LOCATION_INVALID from the flags

The AUDIO_LOCATION_INVALID could not be in the flags. It would always
get 0 as the following check flags & AUDIO_LOCATION_INVALID != 0

Bug: 224542167
Test: make build
Change-Id: I44bbcaa1bb7f29c244be2fd960f024b7cc3eb79b
parent 3115ab2e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -531,7 +531,6 @@ public final class BluetoothLeAudio implements BluetoothProfile, AutoCloseable {
    /** @hide */
    @IntDef(flag = true, prefix = "AUDIO_LOCATION_",
            value = {
            AUDIO_LOCATION_INVALID,
            AUDIO_LOCATION_FRONT_LEFT,
            AUDIO_LOCATION_FRONT_RIGHT,
            AUDIO_LOCATION_FRONT_CENTER,