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: Controller: Implement PAST Support #78894

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 4, 2024

  1. Bluetooth: Controller: Implement Periodic Sync Procedure

    Adding PDU flow for Periodic Sync Indication
    
    Signed-off-by: Lucas Mathias Balling <[email protected]>
    lutb-ot committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    72a3e52 View commit details
    Browse the repository at this point in the history
  2. tests: Bluetooth: LLCP unittests for Periodic Sync Procedure

    Added LLCP PDU Periodic Sync Indication unittests
    
    Signed-off-by: Lucas Mathias Balling <[email protected]>
    lutb-ot committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0e16363 View commit details
    Browse the repository at this point in the history
  3. Bluetooth: Controller: Implement PAST support in ULL

    Implement PAST support in ULL and fixed test after changed
    dependencies in ull_sync_internal.c
    
    Signed-off-by: Lucas Mathias Balling <[email protected]>
    lutb-ot committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ec0f221 View commit details
    Browse the repository at this point in the history
  4. tests: Bluetooth: bsim tests for Periodic Sync Transfer

    Implemented:
      * Central sync to broadcaster, connects to peripheral and
        transfers sync. Peripheral Syncs to PA
      * Broadcaster acting Central connects to peripheral
        and transfers sync. Peripheral sync to PA
      * Moved previous bis tests to test_bis.c and
        new PAST tests was added in test_past.c
    
    Signed-off-by: Lucas Mathias Balling <[email protected]>
    lutb-ot committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2f87c94 View commit details
    Browse the repository at this point in the history
  5. Bluetooth: Audio: Fix PAST support for bap_scan_delegator

    Fixed PAST support for bap_scan_delegator
    
    Signed-off-by: Lucas Mathias Balling <[email protected]>
    lutb-ot committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0813c81 View commit details
    Browse the repository at this point in the history