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: audio: ascs: Fix invalid memset of QoS parameters #60107

Merged

Commits on Jul 6, 2023

  1. Bluetooth: audio: ascs: Fix invalid memset of QoS parameters

    This fixes invalid memset of QoS parameters that may happen if Config
    Qos operation is requested on ASE in QoS Configured state. In such case
    if the requested parameters have been rejected, the ASE QoS parameters
    shall remain unchanged (were memset instead). Otherwise, the stack shall
    send QoS Configured state notification with cleaned up parameters (all
    zero's) which was not done.
    
    Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
    MariuszSkamra committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    52cd5c3 View commit details
    Browse the repository at this point in the history