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

Commit 52a3a5bd authored by Hyundo Moon's avatar Hyundo Moon
Browse files

Add flag gatt_clear_cache_on_factory_reset

Bug: 373284699
Bug: 359583862
Bug: 315241296
Test: m -j;
Change-Id: I30351194530ad6beff7d5eed2c5251c82bf011d8
parent c1bc65e3
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -244,3 +244,13 @@ flag {
    description: "Support MSFT HCI extension for LE Scanning. go/bt-msft-aosp-dd"
    bug: "365787977"
}

flag {
    name: "gatt_clear_cache_on_factory_reset"
    namespace: "bluetooth"
    description: "Clear GATT cache/hash on factory reset"
    bug: "373284699"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}