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

Commit c21d8cee authored by Himanshu Rawat's avatar Himanshu Rawat Committed by Gerrit Code Review
Browse files

Merge "Flag to avoid closing already closed HID connection" into main

parents ad3be048 7b52a762
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -82,3 +82,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "close_hid_only_if_connected"
    namespace: "bluetooth"
    description: "Do not close BTA HID host if it is already closed"
    bug: "358241286"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}