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

Commit 6fa6d9cb authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add flag a2dp_clear_pending_start_on_session_restart" into main

parents 89a43992 7d999299
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -148,7 +148,6 @@ flag {
    }
}


flag {
    name: "a2dp_source_threading_fix"
    namespace: "bluetooth"
@@ -158,3 +157,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "a2dp_clear_pending_start_on_session_restart"
    namespace: "bluetooth"
    description: "Clear the kPendingStart flag when the audio session is restarted for codec reconfiguration"
    bug: "378524655"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}