All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ bluez] bass: Clear the temporary flag of the BIS source device
@ 2025-04-02  7:32 ` Yang Li via B4 Relay
  0 siblings, 0 replies; 6+ messages in thread
From: Yang Li @ 2025-04-02  7:32 UTC (permalink / raw)
  To: Linux Bluetooth; +Cc: Yang Li

When BIG sync succeeds, remove the temporary timer. Otherwise,
the device will timeout and be removed, triggering the automatic
termination of BIG.

issue: https://github.com/bluez/bluez/issues/1144

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..99f1decce 100644
--- a/profiles/audio/bass.c
+++ b/profiles/audio/bass.c
@@ -565,6 +565,9 @@ static void confirm_cb(GIOChannel *io, void *user_data)
 	g_io_channel_ref(io);
 	dg->io = io;
 
+	/* Clear temporary flag*/
+	btd_device_set_temporary(dg->device, false);
+
 	/* Update Broadcast Receive State characteristic value and notify
 	 * peers.
 	 */

---
base-commit: 6d20a300642f312290af0bc9869a0e1b416c58dc
change-id: 20250402-bass-66200bb7eba1

Best regards,
-- 
Yang Li <yang.li@amlogic.com>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-04-24 17:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-02  7:32 [PATCH BlueZ bluez] bass: Clear the temporary flag of the BIS source device Yang Li
2025-04-02  7:32 ` Yang Li via B4 Relay
2025-04-02  8:30 ` [BlueZ,bluez] " bluez.test.bot
2025-04-02 14:34 ` [PATCH BlueZ bluez] " Luiz Augusto von Dentz
2025-04-03  3:33   ` Yang Li
2025-04-24 17:00 ` [BlueZ,bluez] " bluez.test.bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.