* [PATCH BlueZ bluez] bass: remove the device of BIS source when modify operation.
@ 2025-04-16 10:12 Yang Li via B4 Relay
2025-04-16 11:35 ` [BlueZ,bluez] " bluez.test.bot
2025-04-24 17:02 ` bluez.test.bot
0 siblings, 2 replies; 3+ messages in thread
From: Yang Li via B4 Relay @ 2025-04-16 10:12 UTC (permalink / raw)
To: Linux Bluetooth; +Cc: Yang Li
From: Yang Li <yang.li@amlogic.com>
When the Client sends a modify operation and PA Sync is
"Do not synchronize to PA", the BIS source information
needs to be cleared.
Fixes: https://github.com/bluez/bluez/issues/1145
---
Signed-off-by: Yang Li <yang.li@amlogic.com>
---
profiles/audio/bass.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/profiles/audio/bass.c b/profiles/audio/bass.c
index c36f43277..4bbb1bf17 100644
--- a/profiles/audio/bass.c
+++ b/profiles/audio/bass.c
@@ -1427,6 +1427,9 @@ static int handle_mod_src_req(struct bt_bcast_src *bcast_src,
bt_bass_set_pa_sync(dg->src,
BT_BASS_NOT_SYNCHRONIZED_TO_PA);
+
+ /* Remove device of BIS source*/
+ btd_adapter_remove_device(device_get_adapter(dg->device), dg->device);
} else {
bass_update_bis_sync(dg, bcast_src);
}
---
base-commit: f8e7bcfdfb83a6a3becabdba1e4448bf04e32db5
change-id: 20250416-bass_modify-7accebe87323
Best regards,
--
Yang Li <yang.li@amlogic.com>
^ permalink raw reply related [flat|nested] 3+ messages in thread* RE: [BlueZ,bluez] bass: remove the device of BIS source when modify operation.
2025-04-16 10:12 [PATCH BlueZ bluez] bass: remove the device of BIS source when modify operation Yang Li via B4 Relay
@ 2025-04-16 11:35 ` bluez.test.bot
2025-04-24 17:02 ` bluez.test.bot
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2025-04-16 11:35 UTC (permalink / raw)
To: linux-bluetooth, yang.li
[-- Attachment #1: Type: text/plain, Size: 1261 bytes --]
This is automated email and please do not reply to this email!
Dear submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=953925
---Test result---
Test Summary:
CheckPatch PENDING 0.30 seconds
GitLint PENDING 0.33 seconds
BuildEll PASS 20.50 seconds
BluezMake PASS 2619.23 seconds
MakeCheck PASS 20.29 seconds
MakeDistcheck PASS 199.27 seconds
CheckValgrind PASS 276.10 seconds
CheckSmatch PASS 326.07 seconds
bluezmakeextell PASS 130.09 seconds
IncrementalBuild PENDING 0.32 seconds
ScanBuild PASS 906.75 seconds
Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:
##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [BlueZ,bluez] bass: remove the device of BIS source when modify operation.
2025-04-16 10:12 [PATCH BlueZ bluez] bass: remove the device of BIS source when modify operation Yang Li via B4 Relay
2025-04-16 11:35 ` [BlueZ,bluez] " bluez.test.bot
@ 2025-04-24 17:02 ` bluez.test.bot
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2025-04-24 17:02 UTC (permalink / raw)
To: linux-bluetooth, yang.li
[-- Attachment #1: Type: text/plain, Size: 1261 bytes --]
This is automated email and please do not reply to this email!
Dear submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=953925
---Test result---
Test Summary:
CheckPatch PENDING 0.34 seconds
GitLint PENDING 0.25 seconds
BuildEll PASS 20.55 seconds
BluezMake PASS 2706.46 seconds
MakeCheck PASS 20.40 seconds
MakeDistcheck PASS 201.34 seconds
CheckValgrind PASS 279.30 seconds
CheckSmatch PASS 305.80 seconds
bluezmakeextell PASS 130.10 seconds
IncrementalBuild PENDING 0.34 seconds
ScanBuild PASS 923.39 seconds
Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:
##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-04-24 17:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-16 10:12 [PATCH BlueZ bluez] bass: remove the device of BIS source when modify operation Yang Li via B4 Relay
2025-04-16 11:35 ` [BlueZ,bluez] " bluez.test.bot
2025-04-24 17:02 ` bluez.test.bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox