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: Shell: BA fix add_pa_sync command #69044

Conversation

Thalley
Copy link
Collaborator

@Thalley Thalley commented Feb 15, 2024

The command would attempt to parse the BASE and enter the subgroup information in a NULL pointer.

The BASE copy was also done incorrectly, as it did not properly take the UUID into account (which should be moved to a helper function if we expect users to do this).

The command would attempt to parse the BASE and enter the
subgroup information in a NULL pointer.

The BASE copy was also done incorrectly, as it did not
properly take the UUID into account (which should be
moved to a helper function if we expect users to do this).

Signed-off-by: Emil Gydesen <[email protected]>
@Thalley Thalley added the bug The issue is a bug, or the PR is fixing a bug label Feb 15, 2024
@Thalley Thalley added this to the v3.7.0 milestone Feb 15, 2024
@Thalley Thalley marked this pull request as ready for review February 15, 2024 21:12
@Thalley Thalley requested a review from cvinayak February 15, 2024 21:12
@aescolar
Copy link
Member

@Thalley Is this labelled bug because it is one? Should it be backported to the 3.6 branch?
if so, please create a bug report and add the backport label

@Thalley
Copy link
Collaborator Author

Thalley commented Feb 26, 2024

@Thalley Is this labelled bug because it is one? Should it be backported to the 3.6 branch? if so, please create a bug report and add the backport label

It does fix a bug, but it was not a reported bug, so I don't think the severity of this is high enough to warrant a backport.

@fabiobaltieri fabiobaltieri merged commit 4298b0a into zephyrproject-rtos:main Feb 26, 2024
27 checks passed
@Thalley Thalley deleted the broadcast_assistant_shell_pa_sync_fix branch February 26, 2024 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Audio area: Bluetooth bug The issue is a bug, or the PR is fixing a bug
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

6 participants