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

Commit dad200c4 authored by Jeremy Wu's avatar Jeremy Wu
Browse files

Flag to fix threading issue in BLE audio_ticks

Bug: 325984257
Bug: 315241296
Test: m com.android.btservices
Change-Id: Id6efa637a26f4e0859ff4ba97c38d704987a5319
parent bc75e6fa
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -169,3 +169,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "run_ble_audio_ticks_in_worker_thread"
    namespace: "bluetooth"
    description: "Fix thread ownership issue in ble_audio_ticks"
    bug: "325984257"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}