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

Commit 0c027b37 authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Flag to prevent removal of duplicate non-LE-only device records

Test: mmm packages/modules/Bluetooth
Bug: 333949759
Bug: 315241296
Change-Id: I704a8d9908d0e8d67b0459f6b84f138a77d7cd8a
parent 26c1b06a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -7,3 +7,10 @@ flag {
    description: "Clear authentication collision state on pairing conclusion"
    bug: "327208896"
}

flag {
    name: "cleanup_le_only_device_type"
    namespace: "bluetooth"
    description: "Cleanup the duplicate bond records only if the device type is LE-only"
    bug: "333949759"
}