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

Commit 1aa5b75b authored by Jakub Rotkiewicz's avatar Jakub Rotkiewicz
Browse files

flags: a2dp_sm_ignore_connect_events_in_connecting_state

Bug: 383576375
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: Ib5c2104ac0128a930bf676bc0f409ce6b2dfeac8
parent 96927a5f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -135,3 +135,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "a2dp_sm_ignore_connect_events_in_connecting_state"
    namespace: "bluetooth"
    description: "When received CONNECT event in Connecting state, with no prior DISCONNECT - ignore the event"
    bug: "383576378"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file