Skip to content
Snippets Groups Projects
Commit 780e89f6 authored by Hsin-chen Chuang's avatar Hsin-chen Chuang Committed by Gerrit Code Review
Browse files

Merge "Floss: remove workaround that skips MSBC for Flex" into main

parents 14c5f38c fb60eae6
No related branches found
No related tags found
No related merge requests found
......@@ -118,12 +118,6 @@ void cache_codec_capabilities(struct mgmt_rp_get_codec_capabilities* rp) {
c.pkt_size = rp->wbs_pkt_len;
break;
case kCodecMsbc:
if (!rp->transparent_wbs_supported) {
// TODO(b/321180937): Remove this after the audio server could query
// the offload capability from Floss and enable it properly.
// This is a workaround for HFP to work on some CrOS Flex devices.
continue;
}
offload_supported = true;
c.inner.codec = codec::MSBC;
c.inner.data_path = rp->hci_data_path_id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment