Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform_packages_modules_Bluetooth
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LMODroid
platform_packages_modules_Bluetooth
Commits
780e89f6
Commit
780e89f6
authored
1 year ago
by
Hsin-chen Chuang
Committed by
Gerrit Code Review
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge "Floss: remove workaround that skips MSBC for Flex" into main
parents
14c5f38c
fb60eae6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
system/stack/btm/btm_sco_hfp_hal_linux.cc
+0
-6
0 additions, 6 deletions
system/stack/btm/btm_sco_hfp_hal_linux.cc
with
0 additions
and
6 deletions
system/stack/btm/btm_sco_hfp_hal_linux.cc
+
0
−
6
View file @
780e89f6
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
LMO GerritBot
@lmo-gerritbot
mentioned in commit
7686d2b7
·
8 months ago
mentioned in commit
7686d2b7
mentioned in commit 7686d2b7bef5aa7b5b4905069a3e94fd50171cfd
Toggle commit list
LMO GerritBot
@lmo-gerritbot
mentioned in commit
ba03550f
·
8 months ago
mentioned in commit
ba03550f
mentioned in commit ba03550f8262899a569f562dc8b61d9c0c96fd2d
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment