Branch: refs/heads/962080 Home: https://github.com/bluez/bluez Commit: 76ca55651a6c816cf667bde069fa081ed14daabd https://github.com/bluez/bluez/commit/76ca55651a6c816cf667bde069fa081ed14daabd 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: 72f7f3ecba0064fa7675ccbd1487522aa6793cdb https://github.com/bluez/bluez/commit/72f7f3ecba0064fa7675ccbd1487522aa6793cdb Author: Sanchayan Maity <sanchayan@xxxxxxxxxxxxx> Date: 2025-05-12 (Mon, 12 May 2025) Changed paths: M profiles/audio/transport.c Log Message: ----------- transport: Fix the use of callback in transport_asha_suspend Some devices do not send a response to the stop command, so audio status notification might not be received after stop. Instead, as with the Android implementation, we just immediately acknowledge the client's stop request after sending it to the device. Compare: https://github.com/bluez/bluez/compare/76ca55651a6c%5E...72f7f3ecba00 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications