diff --git a/flags/gap.aconfig b/flags/gap.aconfig
index bc24fc031dcffe5077f4f1fb1e9ab09ec331bb37..474e9ffbbd3dbe2bfab4c89612fa246a2c37ced8 100644
--- a/flags/gap.aconfig
+++ b/flags/gap.aconfig
@@ -98,3 +98,10 @@ flag {
     description: "Fix reconnect issue on Bluetooth startup"
     bug: "325595120"
 }
+
+flag {
+    name: "gatt_drop_acl_on_out_of_resources_fix"
+    namespace: "bluetooth"
+    description: "Remove ACL when there is not resource to handle more gatt connections."
+    bug: "325929235"
+}