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

Commit 46f0f731 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

flag: Add gatt_disconnect_fix

Bug: 361538527
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I293bedb79935f5a2114b5fea51e6090dd50ff341
parent 3285d053
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -266,3 +266,13 @@ 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
    }
}