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

[PW_SID:836131] [BlueZ,v1] device: Fix device_is_connected checking for services being connected #2140

Closed
wants to merge 2 commits into from

Commits on Mar 14, 2024

  1. workflow: Add workflow files

    This patch adds workflow files for ci:
    
    [sync.yml]
      - runs every 30 mins.
      - sync repo with upstream repo and rebase workflow branch to tip of
        master.
      - creates PR after reading patches from patchwork.kernel.org
    
    [ci.yml]
      - Tests the following checks:
        - checkpatch
        - gitlint
        - make
        - make check
    
    [code_scan.yml]
        - Static code checker: Coverity and Clang
        - Coverity: Submit the result to the coverity website
        - Clang Code Scan: Send email with result file to the internal team
    
    To simplify the history, new change will amend to this patch without
    creating new patch.
    tedd-an committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8742ad9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. device: Fix device_is_connected checking for services being connected

    Change 44d3f67 since to have introduced
    quite a few bugs related to device_is_connected return true which
    prevents proper cleanup of connection.
    
    Fixes: bluez#774
    Fixes: bluez#778
    Fixes: bluez#783
    Fixes: bluez#784
    Vudentz authored and tedd-an committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9a0e675 View commit details
    Browse the repository at this point in the history