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

Commit 8ccad851 authored by Bhakthavatsala Raghavendra's avatar Bhakthavatsala Raghavendra Committed by Gerrit Code Review
Browse files

Merge "Add flag to not to update sec flags on csrk save" into main

parents 231c78e3 203ea95c
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
    }
}