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

Commit 5dc2c2ce authored by Kyunglyul Hyun's avatar Kyunglyul Hyun Committed by Gerrit Code Review
Browse files

Merge "Add a flag for fixing a bug" into main

parents 9e5271d2 c13695ca
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -209,3 +209,13 @@ flag {
    description: "Allocate GATT clients in heap to unlimit the number of clients"
    bug: "348559823"
}

flag {
    name: "gatt_fix_multiple_direct_connect"
    namespace: "bluetooth"
    description: "Do not remove device when multiple clients attempt to connect"
    bug: "349232327"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}