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

Commit f9567814 authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Flag to guard HID report queuing feature

Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.hid_report_queuing
Bug: 345498287
Bug: 315241296
Change-Id: Ib1d34c13c28c7895df727b96b417fbf758b323b0
parent a40afeca
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -55,3 +55,10 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "hid_report_queuing"
    namespace: "bluetooth"
    description: "Queue incoming HID reports if UHID is not ready"
    bug: "345498287"
}