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

LE Audio: shell runtime config commands #68717

Conversation

Thalley
Copy link
Collaborator

@Thalley Thalley commented Feb 7, 2024

Fixes #59499

@Thalley Thalley force-pushed the cap_shell_runtime_config_commands branch from 58b2261 to 883e312 Compare February 8, 2024 10:13
Instead of the default presets being pointers, they are changed to
allocated structs so that they can be modified.

This will allow us to modify the config and metadata in a later patch.

Signed-off-by: Emil Gydesen <[email protected]>
Using the `bap preset` command it is now possible to set all the
codec configuration data and metadata value at runtime. This will
allow to set specific values for each stream in each direction.

Signed-off-by: Emil Gydesen <[email protected]>
Copy link
Contributor

@cvinayak cvinayak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QUICK-ACK

@fabiobaltieri fabiobaltieri merged commit a7ca6e5 into zephyrproject-rtos:main Feb 26, 2024
25 checks passed
@Thalley Thalley deleted the cap_shell_runtime_config_commands branch February 26, 2024 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

LE Audio: CAP: Shell: Add support for runtime codec config data and metadata
6 participants