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

ISO Broadcaster fails silently on unsupported RTN/SDU_Interval combination #46186

Closed
GatCode opened this issue Jun 2, 2022 · 3 comments · Fixed by #49394
Closed

ISO Broadcaster fails silently on unsupported RTN/SDU_Interval combination #46186

GatCode opened this issue Jun 2, 2022 · 3 comments · Fixed by #49394
Assignees
Labels
area: Bluetooth Controller area: Bluetooth ISO Bluetooth LE Isochronous Channels bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Milestone

Comments

@GatCode
Copy link
Contributor

GatCode commented Jun 2, 2022

When a user selects a specific RTN/SDU_Interval combination in the ISO_BROADCAST sample, broacaster fails without an error message. The user doesn't know what has happened.

As @Thalley suggested, a short error message would be nice to have.

Note: tested on two nRF52840DK boards with the code of the following draft PR: #46187

Screenshot 2022-06-02 at 12 18 32 PM

@Thalley
Copy link
Collaborator

Thalley commented Jun 2, 2022

The error seen is that no ISO data is seemingly received on the sync receiver, right @GatCode ?

@Thalley Thalley added bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug and removed Enhancement Changes/Updates/Additions to existing features labels Jun 2, 2022
@GatCode
Copy link
Contributor Author

GatCode commented Jun 2, 2022

Exactly, only the BigInfo is printed on the receiver side.
Additionally the output on the sender side is exactly the screenshot above but it should print Sending value ... every second.

@Thalley
Copy link
Collaborator

Thalley commented Jun 2, 2022

Exactly, only the BigInfo is printed on the receiver side. Additionally the output on the sender side is exactly the screenshot above but it should print Sending value ... every second.

So at least the periodic advertisement seems to be fine. From your log, it seems that just the BIG sync never completes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Controller area: Bluetooth ISO Bluetooth LE Isochronous Channels bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants