flags: Add l2cap_fcs_option_fix

Bug: 372605959
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I74068d263fe5bbc50f6ffffe0ff8d7c53058f117
diff --git a/flags/l2cap.aconfig b/flags/l2cap.aconfig
index 9327e01..fb53c10 100644
--- a/flags/l2cap.aconfig
+++ b/flags/l2cap.aconfig
@@ -34,3 +34,13 @@
         purpose: PURPOSE_BUGFIX
     }
 }
+
+flag {
+    name: "l2cap_fcs_option_fix"
+    namespace: "bluetooth"
+    description: "Use fcs_option for non BASIC mode "
+    bug: "372605959"
+    metadata {
+        purpose: PURPOSE_BUGFIX
+    }
+}