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

Commit 86cb5ff8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add flag get_profile_use_lock" into main am: 704c5bd7

parents 4c833eac 704c5bd7
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
    }
}