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

Commit 5fae20bc authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

flag: Add gatt_server_requests_fix

Bug: 361331170
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: Ib7be9d1999e103e06b0e7ebad5120a69b49c74e0
parent 46f0f731
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -276,3 +276,13 @@ flag {
        purpose: PURPOSE_BUGFIX
        purpose: PURPOSE_BUGFIX
    }
    }
}
}

flag {
    name: "gatt_server_requests_fix"
    namespace: "bluetooth"
    description: "Fix GATT server handling"
    bug: "361331170"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}