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

Commit 6a9e0af1 authored by Michal Belusiak's avatar Michal Belusiak
Browse files

flags: add leaudio_broadcast_destroy_after_timeout

Destroy broadcast if it fails to start in time

Bug: 332500141
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I7a2ae680ddbe628cda627170b66e598776251227
parent 001d87cc
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -289,3 +289,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "leaudio_broadcast_destroy_after_timeout"
    namespace: "bluetooth"
    description: "Destroy broadcast if it fails to start in time"
    bug: "332500141"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}