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

Commit 10d0a63d authored by Etienne Ruffieux's avatar Etienne Ruffieux
Browse files

Add a2dp_async_allow_low_latency flag

Bug: 339368380
Bug: 315241296
Test: m Bluetooth
Change-Id: I43324a0bf19ef5df3baf0e6783a17d42cc898ff8
parent ba2e6728
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -45,3 +45,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "a2dp_async_allow_low_latency"
    namespace: "bluetooth"
    description: "Make allow_low_latency run on main thread"
    bug : "339368380"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}