Branch: refs/heads/961953 Home: https://github.com/bluez/bluez Commit: 683f755c18a24b19e27d45bd839864269529507b https://github.com/bluez/bluez/commit/683f755c18a24b19e27d45bd839864269529507b Author: Arun Raghavan <arun@xxxxxxxxxxxxx> Date: 2025-05-12 (Mon, 12 May 2025) Changed paths: M profiles/audio/asha.c M profiles/audio/asha.h M profiles/audio/transport.c M src/shared/asha.c M src/shared/asha.h Log Message: ----------- shared/asha: Don't wait for status notification on stop Not all devices respond with the status update, so let's just send it out and assume it worked. Commit: 7808aa41822a50f853f48660be393a972f0e7027 https://github.com/bluez/bluez/commit/7808aa41822a50f853f48660be393a972f0e7027 Author: Sanchayan Maity <sanchayan@xxxxxxxxxxxxx> Date: 2025-05-12 (Mon, 12 May 2025) Changed paths: M profiles/audio/transport.c Log Message: ----------- transport: Create media request before calling suspend Creating the media request before suspend can result in a situation where media_request_reply is not called as the suspend action for a profile may not depend on the callback of the stop operation. This is the case for ASHA profile as devices are not expected to acknowledge the receipt of a stop command. Moving media_request_create before media_transport_suspend should not change the behaviour of release. Compare: https://github.com/bluez/bluez/compare/683f755c18a2%5E...7808aa41822a To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications