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

Commit b79397a9 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

flags: Add gatt_drop_acl_on_out_of_resources_fix

Bug: 325929235
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: Id3b09125ddcb4dc0618a7fa3cc3891fd4f9cfc80
parent 0c41e08d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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"
}