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

LE Audio: Codec meta lang update #72584

Merged
merged 2 commits into from
Jun 12, 2024

Commits on Jun 4, 2024

  1. Bluetooth: Audio: Rename stream_lang to lang

    Remove the "stream" part of the value and functions to
    better fit with the name in the assigned numbers document.
    
    Signed-off-by: Emil Gydesen <[email protected]>
    Thalley committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    85b1f1e View commit details
    Browse the repository at this point in the history
  2. Bluetooth: Audio: Change lang to 3-byte value from uint32_t

    The 3-byte value suits the assigned number much better,
    and also allows for less memory copies when getting and
    setting the values.
    
    Signed-off-by: Emil Gydesen <[email protected]>
    Thalley committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    04a56f0 View commit details
    Browse the repository at this point in the history