Message ID | 20250402-bass-v1-1-3e753841faa5@amlogic.com |
---|---|
State | New |
Headers | show |
Series | [BlueZ,bluez] bass: Clear the temporary flag of the BIS source device | expand |
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. */