Hello Maintainers, This Patch series contains following points: - Implementation of Service - AICS. - This code covers all mandatory features of AICS. - Verification: All mandatory PTS testcases of AICS are passed. - Specification referred for implementation: AICS_v1.0.pdf - Implementation of AICS Unit Test code. - Implemented 15-Mandatory AICS Unit Test cases. - Tested all these 15-Mandatory AICS Unit Testcases and all are passed. - Specification referred for implementation: AICS.TS.p0.pdf Thank you in advance for your review. Thanks and regards, Mahesh Vithal Talewad Mahesh Talewad (3): - Added AICS Characteristics UUID(s). - Code Implementation related Service- AICS unit/test-vcp.c: AICS unit test case implementation lib/uuid.h | 7 + src/shared/vcp.c | 1011 ++++++++++++++++++++++++++++++- unit/test-vcp.c | 1473 +++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 2459 insertions(+), 32 deletions(-) -- 2.34.1