Add fix_le_oob_pairing_bypass flag

Bug: 321271585
Bug: 315241296
Test: m .
Ignore-AOSP-First: security
Change-Id: I1007f540278b72e9558b9e6b2371645c61c63db2
diff --git a/flags/security.aconfig b/flags/security.aconfig
index 85bedde..c5092d5 100644
--- a/flags/security.aconfig
+++ b/flags/security.aconfig
@@ -14,3 +14,10 @@
     description: "Correct the pairing failure reason reported from remote"
     bug: "320745565"
 }
+
+flag {
+    name: "fix_le_oob_pairing_bypass"
+    namespace: "bluetooth"
+    description: "Fix oob bypassing bug in SMP"
+    bug: "321271585"
+}