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

Commit 4d680b1c authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Flag to allow reconnection from HOGP device

Change-Id: I415d8f39ccaf693e2987bf44fccdd7dc8e770577
Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.hogp_reconnection
Bug: 378162528
Bug: 315241296
parent 0ffe3470
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -142,3 +142,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "hogp_reconnection"
    namespace: "bluetooth"
    description: "Allow reconnection from HOGP device irrespective of disconnection reason"
    bug: "378162528"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}