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

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

Flag to allow initiating multiple HID host connections

Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.initiate_multiple_hid_connections
Bug: 356141637
Bug: 315241296
Change-Id: I8dfd00cfcec709b8ae2f8950e5e110229ec30c00
parent 48e1837e
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -72,3 +72,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "initiate_multiple_hid_connections"
    namespace: "bluetooth"
    description: "Allow HID host to initiate multiple HID connections at a time"
    bug: "356141637"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}