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

Commit 3262539f authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Gerrit Code Review
Browse files

Merge changes Ib7be9d19,I293bedb7 into main

* changes:
  flag: Add gatt_server_requests_fix
  flag: Add gatt_disconnect_fix
parents 22bd26a4 5fae20bc
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -266,3 +266,23 @@ flag {
    description: "Use non-wake alarm for LE RPA rotation. go/non-wake-alarm-for-rpa-rotation"
    bug: "360743527"
}

flag {
    name: "gatt_disconnect_fix"
    namespace: "bluetooth"
    description: "Fix GATT disconnect handling"
    bug: "361538527"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

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