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

Commit 2647f6d0 authored by Kyunglyul Hyun's avatar Kyunglyul Hyun
Browse files

Add a flag for fixing discovery stuck issue

Bug: 335082571
Bug: 331819748
Bug: 315241296

Test: m -j;
Change-Id: I0dbf0dc6e35be83ef913e3e23da8b7a6812e760d
parent 1cfd65e0
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
    }
}