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: Shell: Improve recv statistics #59386

Merged
merged 2 commits into from
Jun 30, 2023

Commits on Jun 27, 2023

  1. Bluetooth: BAP: Shell: Improve recv statistics

    Add more information when we print the recv every 100th
    packet, and remove all per-recv printing.
    
    This also resets all information on stream start. This does,
    however, no properly support multiple streams.
    
    Signed-off-by: Emil Gydesen <[email protected]>
    Thalley committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e36d849 View commit details
    Browse the repository at this point in the history
  2. Bluetooth: BAP: Shell: Add runtime config of recv_stats_interval

    The internval of how often we report
    receive stats can now be configured via the cmd_recv_stats
    command.
    
    Signed-off-by: Emil Gydesen <[email protected]>
    Thalley committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    9d77545 View commit details
    Browse the repository at this point in the history