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

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

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

parents 31767c76 0e33c14f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -298,3 +298,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "drop_acl_fragment_on_disconnect"
    namespace: "bluetooth"
    description: "Drop pending ACL packet fragments for disconnected connection"
    bug: "376379859"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}