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

Commit 8c3a2912 authored by Bhakthavatsala Raghavendra's avatar Bhakthavatsala Raghavendra Committed by Gerrit Code Review
Browse files

Merge "Add flag to avoid processing l2cap event while stack being shutdown" into main

parents 7b82fae3 c9eff0fd
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -52,3 +52,13 @@ flag {
    bug: "374358112"
    is_exported: true
}

flag {
    name: "avoid_l2c_processing_while_stack_shutdown"
    namespace: "bluetooth"
    description: "Avoid l2cap processing while stack is shutdown"
    bug: "379731768"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}