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: TBS: Ensure sending notifications #82775

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Thalley
Copy link
Collaborator

@Thalley Thalley commented Dec 10, 2024

The existing implemented only attempted to send all notifications, but if host was out of ATT TX buffers the notifications would fail and the client may miss out on important information, and would be a spec violation.

This commit refactors notificatios in TBS so that they are always sent.

@Thalley Thalley self-assigned this Dec 11, 2024
@Thalley Thalley force-pushed the tbs_notifications_refactor branch 3 times, most recently from 6487dce to 36b1833 Compare January 7, 2025 21:27
@Thalley Thalley force-pushed the tbs_notifications_refactor branch 2 times, most recently from bd56fe6 to a3cf21a Compare January 10, 2025 16:38
The existing implemented only attempted to send all notifications,
but if host was out of ATT TX buffers the notifications would fail
and the client may miss out on important information, and would be
a spec violation.

This commit refactors notificatios in TBS so that they are always
sent.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
@Thalley Thalley force-pushed the tbs_notifications_refactor branch from a3cf21a to 873f780 Compare January 10, 2025 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant