-
Notifications
You must be signed in to change notification settings - Fork 0
[PW_SID:949647] [BlueZ,bluez,v2] bass: Set the service connection flag when BASS connected #2764
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
base: workflow
Are you sure you want to change the base?
Conversation
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.
When BASS serice connected, set the service states to BTD_SERVICE_STATE_CONNECTED. Otherwise, the device will timeout and be removed, triggering the automatic termination of BIG. issue: bluez#1144 Signed-off-by: Yang Li <yang.li@amlogic.com>
|
CheckPatch |
|
GitLint |
|
BuildEll |
|
BluezMake |
|
MakeCheck |
|
MakeDistcheck |
|
CheckValgrind |
|
CheckSmatch |
|
bluezmakeextell |
|
IncrementalBuild |
|
ScanBuild |
a65fdba to
89a49a5
Compare
|
What happened during the CI pull request? I can’t understand the error log. |
df874a4 to
b5c1fe6
Compare
From: Yang Li yang.li@amlogic.com
When BASS serice connected, set the service states to
BTD_SERVICE_STATE_CONNECTED. Otherwise, the device will
timeout and be removed, triggering the automatic termination
of BIG.
issue: bluez#1144
Signed-off-by: Yang Li yang.li@amlogic.com
Changes in v2:
profiles/audio/bass.c | 2 ++
1 file changed, 2 insertions(+)
base-commit: 0efa20c
change-id: 20250402-bass-66200bb7eba1
Best regards,