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

Commit d28a26b4 authored by Archie Pusaka's avatar Archie Pusaka Committed by Archie Pusaka
Browse files

Add dont_send_hci_disconnect_repeatedly flag

This is to prevent us from sending multiple HCI disconnect command of
the same device to the BT controller.
Refer to the corresponding CL: aosp/3334294

Bug: 381175628
Bug: 315241296
Test: m -j
Flag: com.android.bluetooth.flags.dont_send_hci_disconnect_repeatedly
Change-Id: I44d6ef900680125da3fdbb0210bb1566a09f9426
parent 6976c730
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -7,3 +7,13 @@ flag {
    description: "Enable encryption change V2 event"
    bug: "366018699"
}

flag {
    name: "dont_send_hci_disconnect_repeatedly"
    namespace: "bluetooth"
    description: "Prevent BT from sending repeated HCI disconnect command"
    bug: "381175628"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}