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

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

Merge "Add a flag for fixing discovery stuck issue" into main

parents ca1c69a6 2647f6d0
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -186,3 +186,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "gatt_rediscover_on_canceled"
    namespace: "bluetooth"
    description: "Re-initiate discovery if the previous discovery is canceled for multiple GATT clients"
    bug: "335082571"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}