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

Commit 9aa11306 authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Flag to prevent HOGP from requesting connection when already connected

Bug: 329720661
Bug: 315241296
Test: m com.android.btservices
Change-Id: I02431cc440f8f8dea60b188827e24431c47c03ff
parent af3f35a9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -14,3 +14,13 @@ flag {
    description: "Allow switching between HID and HOGP supported on the same device"
    bug: "320762367"
}

flag {
    name: "prevent_hogp_reconnect_when_connected"
    namespace: "bluetooth"
    description: "Do not request GATT connection while the HOGP is already connected"
    bug: "329720661"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}