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

Commit 203ea95c authored by Bhakthavatsala Raghavendra's avatar Bhakthavatsala Raghavendra
Browse files

Add flag to not to update sec flags on csrk save

Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.donot_update_sec_flags_on_csrk_save
Bug: 379109304
Bug: 315241296
Change-Id: I52f15bd9fc55f8db96b8833c1c7beab7d03b0849
parent b222e3ae
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -210,3 +210,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "donot_update_sec_flags_on_csrk_save"
    namespace: "bluetooth"
    description: "Updating sec flags while saving csrk info can cause setting securith level wrongly as security level might have not determined at that time"
    bug: "379109304"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}