diff options
author | 2025-02-13 01:09:47 -0800 | |
---|---|---|
committer | 2025-02-13 09:13:01 +0000 | |
commit | 13f881005fc6ea3799bb7ed727989c5d6cf3710e (patch) | |
tree | 58c647db5da477a137ccafd3b96644d6fb317191 | |
parent | bc85480d2bb70b91dafbb7559cd667c97772b933 (diff) |
Revert "flags: avdt_prioritize_mandatory_codec"
This reverts commit 501dbb33333a77cde34f9fb9891067e1864ee778.
Reason for revert: The bug was closed as HD Audio button was removed from BT settings and the issue doesn't occur.
Change-Id: I3ffec3b1c4dd95f4a16b47e33c9183120d39451b
-rw-r--r-- | flags/a2dp.aconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/flags/a2dp.aconfig b/flags/a2dp.aconfig index d615a631d2..465054f1b8 100644 --- a/flags/a2dp.aconfig +++ b/flags/a2dp.aconfig @@ -49,16 +49,6 @@ flag { } flag { - name: "avdt_prioritize_mandatory_codec" - namespace: "bluetooth" - description: "Reject remote peer HD codec configuration if mandatory codec is preferred in the stack" - bug: "350427803" - metadata { - purpose: PURPOSE_BUGFIX - } -} - -flag { name: "a2dp_broadcast_connection_state_when_turned_off" namespace: "bluetooth" description: "Broadcast CONNECTION_STATE_CHANGED when A2dpService is turned off while a device is connected" |