diff options
author | 2025-03-21 01:48:11 -0700 | |
---|---|---|
committer | 2025-03-21 01:48:11 -0700 | |
commit | 93a98f2df6b49e9704f9d81f2da6640a900e4c22 (patch) | |
tree | 3ecbe5b159a9ebf6dc8f5ad3d977f6e3d5906de6 /flags | |
parent | 44d459e6ff7308fcb9a78deedc92842a6de5f832 (diff) | |
parent | fc5b76899c464056dc52b5d1273fdfba7b95b34b (diff) |
Merge changes I9c28b437,I8256e68a into main
* changes:
flag: Remove leaudio_codec_config_callback_order_fix flag
flag: Remove leaudio_speed_up_reconfiguration_between_call flag
Diffstat (limited to 'flags')
-rw-r--r-- | flags/leaudio.aconfig | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/flags/leaudio.aconfig b/flags/leaudio.aconfig index a2f77b5658..bc9210e9b4 100644 --- a/flags/leaudio.aconfig +++ b/flags/leaudio.aconfig @@ -44,16 +44,6 @@ flag { } flag { - name: "leaudio_codec_config_callback_order_fix" - namespace: "bluetooth" - description: "Fix for the order on the callback" - bug: "326442537" - metadata { - purpose: PURPOSE_BUGFIX - } -} - -flag { name: "leaudio_allow_leaudio_only_devices" namespace: "bluetooth" description: "Enable Le Audio for LeAudio only devices" @@ -116,16 +106,6 @@ flag { } flag { - name: "leaudio_speed_up_reconfiguration_between_call" - namespace: "bluetooth" - description: "Fix reconfiguration time between call and media" - bug: "352686917" - metadata { - purpose: PURPOSE_BUGFIX - } -} - -flag { name: "leaudio_set_codec_config_preference" namespace: "bluetooth" description: "New apis to set codec config preference" |