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: Rename bt_audio_codec_qos -> bt_bap_qos_cfg #76633

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

Commits on Oct 4, 2024

  1. Bluetooth: Audio: Rename bt_audio_codec_qos -> bt_bap_qos_cfg

    The QoS structure is not related to a codec, but rather a
    stream, and should thus not use the "Codec" name.
    
    The BAP and ASCS specs refer to the QoS as
    "QoS configuration" several places, so it is an obvious
    choice for a name.
    
    Since the structure is defined and used by BAP, the prefix
    was changed from bt_audio to bt_bap.
    
    Signed-off-by: Emil Gydesen <[email protected]>
    Thalley committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5f14ccc View commit details
    Browse the repository at this point in the history