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

Commit e0d80767 authored by William Escande's avatar William Escande
Browse files

Add flag get_profile_use_lock

Bug: 370815283
Bug: 315241296
Test: m .
Flag: com.android.bluetooth.flags.get_profile_use_lock
Change-Id: I5406a8e1a39d79bff4724a9112444833d7fe6cf3
parent e7a55e26
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
    }
}