mbox series

[BlueZ,v1,0/1] Fixed the crash observed with VOCS when pairing with LE Audio TWS earbuds

Message ID 20230724085530.5555-1-nitin.jadhav@nxp.com
Headers show
Series Fixed the crash observed with VOCS when pairing with LE Audio TWS earbuds | expand

Message

Nitin Jadhav July 24, 2023, 8:55 a.m. UTC
Hello Maintainers

This patch handles the fix for the crash observed with VOCS when trying to pair with LE Audio TWS earbuds. 

A crash was reproted for the following patch by Pauli Virtanen <pav@iki.fi>. 
Patch Link: https://patchwork.kernel.org/project/bluetooth/patch/20230612133251.194-4-nitin.jadhav@nxp.com/

Root cause: 
- There are two types of database- Remote and Local (rdb and ldb)
- In client mode currently the code was written to access ldb

Fix:
- Correcting it to access rdb has resolved the problem in VOCS
- Same correction is done for VCS.

Thanks
Warm Regards
Nitin Jadhav

Nitin Jadhav (1):
  shared/vcp: Fixed the crash observed with VOCS when pairing with LE
    Audio TWS earbuds

 src/shared/vcp.c | 52 +++++++++++++++++++++++++++---------------------
 1 file changed, 29 insertions(+), 23 deletions(-)