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

Commit 393d9934 authored by Michal Belusiak's avatar Michal Belusiak
Browse files

flags: add leaudio_broadcast_extract_periodic_scanner_from_state_machine

Extract periodic scanner from state machine to make it independent from
remote devices.

Bug: 333691526
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I6e8a4c4a0751801fa50a4ec3cea039f38c84eae3
parent d89102b9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -319,3 +319,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "leaudio_broadcast_extract_periodic_scanner_from_state_machine"
    namespace: "bluetooth"
    description: "Extract periodic scanner from state machine to make it independent from remote devices"
    bug: "333691526"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}