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

Commit 8016a3e6 authored by Jeremy Wu's avatar Jeremy Wu
Browse files

Flag to fix threading issue in BLE ClockRecovery

Bug: 333657963
Bug: 315241296
Test: m com.android.btservices
Change-Id: Ifc109c6c81075b69fba5f10fd2e8ad6a74b09bc0
parent 44ce5e19
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -309,3 +309,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "run_clock_recovery_in_worker_thread"
    namespace: "bluetooth"
    description: "Fix thread ownership issue in clock_recovery"
    bug: "333657963"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}