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

Commit 05f65d8f authored by Archie Pusaka's avatar Archie Pusaka Committed by Archie Pusaka
Browse files

Add disconnect_hid_channels_serially flag

This to make sure the HID interrupt channel is properly disconnected
before the control channel disconnection is attempted.
Refer to the corresponding CL: aosp/3382047

Bug: 387937345
Bug: 315241296
Test: m -j
Flag: com.android.bluetooth.flags.disconnect_hid_channels_serially

Change-Id: Iefe35fd37fa152dd0f7954ac68ca1ffb93d58567
parent 77321e97
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -125,3 +125,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "disconnect_hid_channels_serially"
    namespace: "bluetooth"
    description: "Only disconnect control channel after interrupt channel disconnection is acked"
    bug: "387937345"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}