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 Isochronous Channels Support #25015

Closed
DeltaEvo opened this issue May 6, 2020 · 7 comments
Closed

Bluetooth Isochronous Channels Support #25015

DeltaEvo opened this issue May 6, 2020 · 7 comments

Comments

@DeltaEvo
Copy link

DeltaEvo commented May 6, 2020

Describe the solution you'd like
Support Bluetooth LE 5.2 Isochronous Channel in zephyr controller subsystem

Additional context
Isochronous Channel is a new addition in Bluetooth 5.2 specification it's the fondation for LE Audio

Is there any support planned ?

@carlescufi
Copy link
Member

@DeltaEvo yes, this is an ongoing effort that is currently mostly taking place in a private repository because it's implementing profiles that are not publicly released yet. We will start backporting to master soon, the parts that can be made public.
Access to the private repo is reserved for Bluetooth SIG Associate members that are also members of the Zephyr project, since there are legal limitations to sharing of the code.

@DeltaEvo
Copy link
Author

DeltaEvo commented May 6, 2020

Will the backporting effort include Isochronous Channels ?

@carlescufi
Copy link
Member

Will the backporting effort include Isochronous Channels ?

Well, yes, this is mainly what is being developed in the private tree. The rest of functionality is pushed directly to master in this repository.

@govindadas
Copy link

Any news on Isochronous Channels support in the Controller? There is (LE Audio) Host code in the Zephyr 2.4 release but it is not supported by the controller.

this is an ongoing effort that is currently mostly taking place in a private repository because it's implementing profiles that are not publicly released yet.

Is it possible to decuple the controller from the profiles? Isochronous Channels in the controller are important to me but I'm not a Bluetooth member.

@govindadas
Copy link

@carlescufi any news yet?

@carlescufi
Copy link
Member

@carlescufi any news yet?

Yes, the current open source controller (and Host) already has basic support for both BIS and CIS. Please try it out and report issues as you find them.

@govindadas
Copy link

@carlescufi any news yet?

Yes, the current open source controller (and Host) already has basic support for both BIS and CIS. Please try it out and report issues as you find them.

Thanks! I will try it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants