From: Yang Li <yang.li@xxxxxxxxxxx> 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@xxxxxxxxxxx> --- 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@xxxxxxxxxxx>