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: CSIP set coordinator busy should be per instance #70821

Closed
Thalley opened this issue Mar 28, 2024 · 0 comments · Fixed by #72211
Closed

LE Audio: CSIP set coordinator busy should be per instance #70821

Thalley opened this issue Mar 28, 2024 · 0 comments · Fixed by #72211
Assignees
Labels
area: Bluetooth Audio area: Bluetooth Enhancement Changes/Updates/Additions to existing features

Comments

@Thalley
Copy link
Collaborator

Thalley commented Mar 28, 2024

Is your enhancement proposal related to a problem? Please describe.
The CSIP set coordinator has a global busy value (accessed by multiple threads). This should be moved to the struct bt_csip_set_coordinator_set_member, as doing something to one server should not affect something else to another server.

Describe the solution you'd like
Move the busy to the struct bt_csip_set_coordinator_set_member and make it thread safe by using it an atomic value.

Describe alternatives you've considered
N/A

Additional context
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Audio area: Bluetooth Enhancement Changes/Updates/Additions to existing features
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant