Hi, On Mon, Feb 3, 2025 at 10:41 AM Arun Raghavan <arun@xxxxxxxxxxxxx> wrote: > > On Thu, 30 Jan 2025 at 04:02, Sanchayan Maity <sanchayan@xxxxxxxxxxxxx> wrote: > > > > ASHA specification requires that the status of the other side be > > communicated with the start command. The status is also updated > > if one of the device in the pair is connected/disconnected after > > the other. > > > > https://source.android.com/docs/core/connect/bluetooth/asha#audiocontrolpoint > > --- > > src/shared/asha.c | 163 +++++++++++++++++++++++++++++++++++++++++++++- > > src/shared/asha.h | 8 +++ > > 2 files changed, 168 insertions(+), 3 deletions(-) > > Reviewed-by: Arun Raghavan <arun@xxxxxxxxxxxxx> Well we still need to fix the following error: ./src/shared/asha.h:56:22: error: ‘asha_devices’ defined but not used [-Werror=unused-variable] 56 | static struct queue *asha_devices; | ^~~~~~~~~~~~ cc1: all warnings being treated as errors > Cheers, > Arun > -- Luiz Augusto von Dentz