All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v1 0/1] Fixed the crash observed with VOCS when pairing with LE Audio TWS earbuds
@ 2023-07-24  8:55 Nitin Jadhav
  2023-07-24  8:55 ` [PATCH BlueZ v1 1/1] shared/vcp: " Nitin Jadhav
  0 siblings, 1 reply; 3+ messages in thread
From: Nitin Jadhav @ 2023-07-24  8:55 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: devyani.godbole, pav, luiz.dentz, sathish.narasimman,
	nitin.jadhav

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(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-24 10:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-24  8:55 [PATCH BlueZ v1 0/1] Fixed the crash observed with VOCS when pairing with LE Audio TWS earbuds Nitin Jadhav
2023-07-24  8:55 ` [PATCH BlueZ v1 1/1] shared/vcp: " Nitin Jadhav
2023-07-24 10:23   ` bluez.test.bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.