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: BAP: Scan delegator missing state change for bis_sync #63745

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

Thalley
Copy link
Collaborator

@Thalley Thalley commented Oct 10, 2023

If the bis_sync value changes, that should trigger a state change notification.

fixes #63744

If the bis_sync value changes, that should trigger a state change
notification.

Signed-off-by: Emil Gydesen <[email protected]>
jhedberg
jhedberg previously approved these changes Oct 10, 2023
For some reason the state_change variable was static, which
does not make any sense. Changed it to a regular local
bool in bt_bap_scan_delegator_mod_src.

Signed-off-by: Emil Gydesen <[email protected]>
@Thalley
Copy link
Collaborator Author

Thalley commented Oct 10, 2023

Fixed another issue with the state_changed in a new commit

@Thalley Thalley requested a review from jhedberg October 10, 2023 12:10
@jhedberg jhedberg merged commit 00deb0e into zephyrproject-rtos:main Oct 12, 2023
19 checks passed
@Thalley Thalley deleted the bis_sync_state_change branch December 18, 2023 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

LE Audio: BAP scan delegator missing bis_sync state change
5 participants