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: GMAP: Add initial implementation of GMAP #57032

Merged
merged 3 commits into from
Dec 11, 2023

Commits on Nov 7, 2023

  1. Bluetooth: GMAP: Add initial implementation of GMAP

    Add initial implementation of Gaming Audio Profile (GMAP).
    
    This is a top layer profile in the LE Audio stack,
    designed for low latency audio ideal for gaming.
    
    Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
    Thalley committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2ba4d20 View commit details
    Browse the repository at this point in the history
  2. Bluetooth: GMAP: Add GMAP shell

    Add the GMAP shell module with support for running the
    various audio configurations in an easy way.
    
    Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
    Thalley committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    545ae8c View commit details
    Browse the repository at this point in the history
  3. Bluetooth: GMAP: Add GMAP BSIM test

    Add BSIM testing of GMAP, with all spec-specified audio
    configuration combinations added and tested.
    
    Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
    Thalley committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ea25922 View commit details
    Browse the repository at this point in the history