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

Commit a4391a5f authored by Henri Chataing's avatar Henri Chataing
Browse files

Add flag a2dp_source_threading_fix

Bug: 374166531
Bug: 315241296
Flag: com.android.bluetooth.flags.a2dp_source_threading_fix
Test: m com.android.btservices
Change-Id: I246b88b0cbad6f938e56a658ff29044ba2e58b26
parent 758f53c9
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -147,3 +147,14 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}


flag {
    name: "a2dp_source_threading_fix"
    namespace: "bluetooth"
    description: "Schedule A2DP source setup operations to bt_main_thread to prevent races"
    bug: "374166531"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}