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

Commit 2894aab9 authored by Michal Belusiak's avatar Michal Belusiak
Browse files

flags: leaudio_broadcast_receive_state_processing_refactor

Fix parsing empty receive states and refactor its processing

Bug: 380231464
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I3c0c638dd5759a55db6e8c531037a6d17bead5fc
parent 2a87247a
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -462,3 +462,13 @@ flag {
    description: "Add OPUS codec type"
    bug: "380029892"
}

flag {
    name: "leaudio_broadcast_receive_state_processing_refactor"
    namespace: "bluetooth"
    description: "Fix parsing empty receive states and refactor its processing"
    bug: "380231464"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}