Hello Maintainers This series of patch handles the fix for the crash observed with VOCS when trying to pair with LE Audio TWS earbuds and few other issues. A crash was reported 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. Later to fixing the above crash few more issues were observed, these are fixed in subsequent patches. Thanks, Warm Regards, Nitin Jadhav Nitin Jadhav (3): shared/vcp: Fixed the crash observed with VOCS shared/vcp: Fixed issues related to read audio location and descriptor shared/vcp: Corrected handle size to accommodate included service src/shared/vcp.c | 47 +++++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 22 deletions(-) -- 2.34.1