Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth: BAP: Remove ISO limitation on BASE parsing #83803

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

larsgk
Copy link
Contributor

@larsgk larsgk commented Jan 10, 2025

BASE is now parsed on-the-fly on sink sync, removing unnecessary restriction in intermediate parsed storage and without requiring an excessive amount of memory.

BASE is now parsed on-the-fly on sink sync, removing
unnecessary restriction in intermediate parsed storage
and without requiring an excessive amount of memory.

Signed-off-by: Lars Knudsen <LAKD@demant.com>
@larsgk larsgk force-pushed the sink_parse_base_not_limited_to_iso_cnt branch from 489135a to 332d3ae Compare January 10, 2025 14:14
@Thalley
Copy link
Collaborator

Thalley commented Jan 10, 2025

Could be interesting to get some RAM/ROM metrics before and after this PR, to see how much memory is saved in a few configs - I assume that best case (small BASE) takes more memory now, but larger BASEs will require less

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants