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

Commit cb0d23de authored by Kyunglyul Hyun's avatar Kyunglyul Hyun Committed by Automerger Merge Worker
Browse files

Merge "Add a flag for fixing a bug" into main am: 5dc2c2ce am: 7bda470e

parents cb5588f5 7bda470e
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
    }
}