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

Conversation

BluezTestBot
Copy link
Owner

From: Luiz Augusto von Dentz luiz.von.dentz@intel.com

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

src/device.c | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)

tedd-an and others added 2 commits March 14, 2024 15:29
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.
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
@BluezTestBot
Copy link
Owner Author

CheckPatch
Desc: Run checkpatch.pl script
Duration: 0.49 seconds
Result: PASS

@BluezTestBot
Copy link
Owner Author

GitLint
Desc: Run gitlint
Duration: 0.32 seconds
Result: PASS

@BluezTestBot
Copy link
Owner Author

BuildEll
Desc: Build and Install ELL
Duration: 24.56 seconds
Result: PASS

@BluezTestBot
Copy link
Owner Author

BluezMake
Desc: Build BlueZ
Duration: 1824.46 seconds
Result: PASS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment