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: PACS: Add missing break in switch for sup ctx get #85062

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

Conversation

Thalley
Copy link
Collaborator

@Thalley Thalley commented Feb 3, 2025

Add a missing break in supported_context_get, as it was not intended to fallthrough to BT_AUDIO_DIR_SOURCE or default.

fixes #84686

Add a missing break in supported_context_get, as it was not
intended to fallthrough to BT_AUDIO_DIR_SOURCE or default.

Signed-off-by: Emil Gydesen <[email protected]>
@Thalley Thalley marked this pull request as ready for review February 3, 2025 16:21
@Thalley Thalley added this to the v4.1.0 milestone Feb 6, 2025
@Thalley Thalley added the bug The issue is a bug, or the PR is fixing a bug label Feb 6, 2025
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: In Review
Development

Successfully merging this pull request may close these issues.

[Coverity CID: 487756] Missing break in switch in subsys/bluetooth/audio/pacs.c
2 participants