mbox series

[BlueZ,v2,0/2] ASHA stop handling updates

Message ID 20250512143408.283938-1-sanchayan@asymptotic.io
Headers show
Series ASHA stop handling updates | expand

Message

Sanchayan Maity May 12, 2025, 2:34 p.m. UTC
The first patch in this series changes the stop command handling for ASHA
where it does not wait for response of the command any more. This brings
it in line with the Android implementation and also the observed device
behaviour.

Second patch in the series fixes the callback handling during suspend.

Changes since v1:
- Fixes the second patch in the series which was completely incorrect
  in v1.

v1: https://lore.kernel.org/linux-bluetooth/20250512101952.70203-1-sanchayan@asymptotic.io/T/#t

Arun Raghavan (1):
  shared/asha: Don't wait for status notification on stop

Sanchayan Maity (1):
  transport: Fix the use of callback in transport_asha_suspend

 profiles/audio/asha.c      |  5 ++---
 profiles/audio/asha.h      |  3 +--
 profiles/audio/transport.c | 23 +++++++++++------------
 src/shared/asha.c          | 19 ++++++++++---------
 src/shared/asha.h          |  4 +---
 5 files changed, 25 insertions(+), 29 deletions(-)