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

Commit c13695ca authored by Kyunglyul Hyun's avatar Kyunglyul Hyun
Browse files

Add a flag for fixing a bug

Bug: 315241296
Bug: 349234039
Bug: 349232327
Test: m -j;
Change-Id: Icabdd3bde6705dbfc0e6d0db842fd6fbee8f1d10
parent 2d10c8e5
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
    }
}