Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: fa1f2e5ee14dd740293fc5f491816cb185c6e7d7 https://github.com/bluez/bluez/commit/fa1f2e5ee14dd740293fc5f491816cb185c6e7d7 Author: Daniel Beer <daniel.beer@xxxxxxxxxxxxxxxxx> Date: 2024-10-28 (Mon, 28 Oct 2024) Changed paths: M profiles/audio/sink.c Log Message: ----------- sink: clean up outstanding AVDTP requests if the stream goes away If the stream goes IDLE while we have an outstanding request, connect_id stays non-zero and is never cleared via a completion callback. As a consequence, the profile on this device will never be connected successfully again until BlueZ restarts. Commit: d7bb2abed626a979037a042c02b9a4027c6eb943 https://github.com/bluez/bluez/commit/d7bb2abed626a979037a042c02b9a4027c6eb943 Author: Daniel Beer <daniel.beer@xxxxxxxxxxxxxxxxx> Date: 2024-10-28 (Mon, 28 Oct 2024) Changed paths: M profiles/audio/source.c Log Message: ----------- source: clean up outstanding AVDTP requests if the stream goes away If the stream goes IDLE while we have an outstanding request, connect_id stays non-zero and is never cleared via a completion callback. As a consequence, the profile on this device will never be connected successfully again until BlueZ restarts. Compare: https://github.com/bluez/bluez/compare/c009be5c5973...d7bb2abed626 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications