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

Commit be15bf24 authored by Hsin-chen Chuang's avatar Hsin-chen Chuang
Browse files

Add flag rfcomm_always_disc_initiator_in_disc_wait_ua

Bug: 350839022
Bug: 315241296
Test: mmm -j40 packages/modules/Bluetooth
Change-Id: I7c44a6fa934026a6c0cfd6c3cd15f0e9163f589c
parent 68247bbc
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -27,3 +27,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "rfcomm_always_disc_initiator_in_disc_wait_ua"
    namespace: "bluetooth"
    description: "Always be the DISC initiator in the DISC_WAIT_UA state to avoid unnecessary hang"
    bug: "350839022"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}