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

Commit 7b73e653 authored by Eric Laurent's avatar Eric Laurent
Browse files

audio: add feature flag for new headset profile and SCO audio management

Add flag sco_managed_by_audio to enable the new mechanism of headset
profile management and SCO audio link activation in the audio framework.

Bug: 265057196
Test: make
Change-Id: Ic348f2ef634a36bdaef7ff31e08722f83547f9ce
parent 3fed44d3
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -53,3 +53,12 @@ support."
    bug: "298463873"
}

flag {
    name: "sco_managed_by_audio"
    namespace: "media_audio"
    description: "\
Enable new implementation of headset profile device connection and\
SCO audio activation."
    bug: "265057196"
}