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: Controller: Separate SDU interval for C_to_P and P_to_C #76453

Conversation

cvinayak
Copy link
Contributor

@cvinayak cvinayak commented Jul 30, 2024

Support for separate SDU interval for C_to_P and P_to_C directions when setting CIG parameters.

Relates to #64186 and may fix #74495 bsim failure.
Fixes #74544.

Support for separate SDU interval for C_to_P and P_to_C
directions when setting CIG parameters.

Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
subsys/bluetooth/controller/ll_sw/ull_central_iso.c Outdated Show resolved Hide resolved
Comment on lines 240 to 241
/* Check if this is a HAP usecase which requires higher link bandwidth to ensure
* segmentation is not invoked in ISO-AL.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to this PR, but how can the controller determine which LE Audio profile is being used? :s

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question, @wopu-ot ?

subsys/bluetooth/controller/ll_sw/ull_central_iso.c Outdated Show resolved Hide resolved
subsys/bluetooth/controller/ll_sw/ull_central_iso.c Outdated Show resolved Hide resolved
Review rework related to separate SDU interval for C_to_P
and P_to_C support.

Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
@carlescufi carlescufi merged commit 313fe30 into zephyrproject-rtos:main Aug 5, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bluetooth: Controller: ISO: Does not support differen SDU intervals/latencies in each direction
5 participants