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

Commit 704c5bd7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add flag get_profile_use_lock" into main

parents 3d3b195d e0d80767
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -61,3 +61,13 @@ flag {
    description: "Enhanced Bluetooth Framework Support for Accessing Bluetooth Quality Report v6 Information"
    bug: "364517559"
}

flag {
    name: "get_profile_use_lock"
    namespace: "bluetooth"
    description: "Instead of bloating the main thread, use the binder thread with a synchronization lock"
    bug: "370815283"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}