diff options
author | 2025-03-21 09:23:16 -0700 | |
---|---|---|
committer | 2025-03-21 09:23:16 -0700 | |
commit | d88124dd93d4415fdb7289010c887042e5053d6c (patch) | |
tree | 0367dfbbe10d3b4fbd01fc92a1358ad06bfd258c /flags | |
parent | 93a98f2df6b49e9704f9d81f2da6640a900e4c22 (diff) | |
parent | 6870e5c16b24813e6a40078cc60777faed2ebae5 (diff) |
Merge changes I0a52adef,I774c0dfb,Ib0decd98,I43d79ad4 into main
* changes:
flag: Remove leaudio_mono_location_errata flag
flag: Remove leaudio_improve_switch_during_phone_call flag
flag: Remove leaudio_unicast_no_available_contexts flag
flag: Remove le_audio_support_unidirectional_voice_assistant flag
Diffstat (limited to 'flags')
-rw-r--r-- | flags/leaudio.aconfig | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/flags/leaudio.aconfig b/flags/leaudio.aconfig index bc9210e9b4..7a917fbaca 100644 --- a/flags/leaudio.aconfig +++ b/flags/leaudio.aconfig @@ -51,16 +51,6 @@ flag { } flag { - name: "leaudio_mono_location_errata" - namespace: "bluetooth" - description: "Add mono location as per Bluetooth Assigned Numbers" - bug: "331139722" - metadata { - purpose: PURPOSE_BUGFIX - } -} - -flag { name: "leaudio_mono_location_errata_api" is_exported: true namespace: "bluetooth" @@ -69,13 +59,6 @@ flag { } flag { - name: "le_audio_support_unidirectional_voice_assistant" - namespace: "bluetooth" - description: "Allow to create unidirectional stream for VOICEASSISTANT" - bug: "332510824" -} - -flag { name: "run_clock_recovery_in_worker_thread" namespace: "bluetooth" description: "Fix thread ownership issue in clock_recovery" @@ -137,26 +120,6 @@ flag { } flag { - name: "leaudio_unicast_no_available_contexts" - namespace: "bluetooth" - description: "Fix handling initial zero available contexts" - bug: "367325041" - metadata { - purpose: PURPOSE_BUGFIX - } -} - -flag { - name: "leaudio_improve_switch_during_phone_call" - namespace: "bluetooth" - description: "Fix audio slip to speaker while switching bt audio device during phonecall" - bug: "369322905" - metadata { - purpose: PURPOSE_BUGFIX - } -} - -flag { name: "leaudio_sort_scans_to_sync_by_fails" namespace: "bluetooth" description: "Sort scan results for source sync by fails counter" |