mbox series

[BlueZ,v2,0/3] Fixes for re-connection issues with ASHA profile

Message ID 20250423150742.319463-1-arun@asymptotic.io
Headers show
Series Fixes for re-connection issues with ASHA profile | expand

Message

Arun Raghavan April 23, 2025, 3:07 p.m. UTC
This set of two patches fixes re-connection issues for the ASHA profile.

v2:
  * Incorporate feedback from review -- reset state in
    `bt_asha_reset()`, and use "attach" instead of "probe"
  * Add a minor renaming patch for readability

Arun Raghavan (2):
  profiles/audio: asha: Only expose device after we have attributes
  shared: asha: Use a more descriptive name for the state callback

Sanchayan Maity (1):
  profiles/audio: asha: Reset state on disconnect

 profiles/audio/asha.c |  6 ++---
 src/shared/asha.c     | 57 ++++++++++++++++++++++++++++++++-----------
 src/shared/asha.h     | 13 +++++++---
 3 files changed, 55 insertions(+), 21 deletions(-)