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: Couple IN audio stream with an OUT audio stream #41193

Closed
Thalley opened this issue Dec 15, 2021 · 0 comments · Fixed by #42964
Closed

LE Audio: Couple IN audio stream with an OUT audio stream #41193

Thalley opened this issue Dec 15, 2021 · 0 comments · Fixed by #42964
Assignees
Labels
area: API Changes to public APIs area: Bluetooth Audio area: Bluetooth Enhancement Changes/Updates/Additions to existing features

Comments

@Thalley
Copy link
Collaborator

Thalley commented Dec 15, 2021

A CIS can be bi-dirctional, but an audio stream is not. We want to be able to use the same CIS for both an IN stream and an OUT stream.

An audio stream is always either IN or OUT, but a client may setup a single bidirectional CIS for both an IN and an OUT audio stream. We will need some way of coupling such streams.

E.g.

  • a function to pair two streams, giving them a reference to each other
  • currently: audio streams have a CIS, change to having a reference to a CIS

Depends on #41194

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

Successfully merging a pull request may close this issue.

1 participant