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@xxxxxx>. Patch Link: https://patchwork.kernel.org/project/bluetooth/patch/20230612133251.194-4-nitin.jadhav@xxxxxxx/ 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