Message ID | 20231208114258.133709-2-mahesh.talewad@nxp.com |
---|---|
State | New |
Headers | show |
Series | Implementation of AICS service and Unit Test cases | expand |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=808228 ---Test result--- Test Summary: CheckPatch FAIL 3.21 seconds GitLint FAIL 1.13 seconds BuildEll PASS 24.11 seconds BluezMake PASS 713.67 seconds MakeCheck PASS 12.20 seconds MakeDistcheck PASS 161.09 seconds CheckValgrind PASS 224.75 seconds CheckSmatch PASS 329.37 seconds bluezmakeextell PASS 106.51 seconds IncrementalBuild PASS 2017.55 seconds ScanBuild PASS 933.73 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script Output: [BlueZ,v2,3/3] unit/test-vcp.c: AICS unit test case implementation WARNING:TYPO_SPELLING: 'Implementated' may be misspelled - perhaps 'Implemented'? #113: - Implementated 15-Mandatory AICS Unit Test cases. ^^^^^^^^^^^^^ /github/workspace/src/src/13485348.patch total: 0 errors, 1 warnings, 1570 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. /github/workspace/src/src/13485348.patch has style problems, please review. NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. ############################## Test: GitLint - FAIL Desc: Run gitlint Output: [BlueZ,v2,1/3] - Added AICS Characteristics UUID(s). WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search 1: T3 Title has trailing punctuation (.): "[BlueZ,v2,1/3] - Added AICS Characteristics UUID(s)." [BlueZ,v2,2/3] - Code Implementation related Service- AICS WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search 4: B3 Line contains hard tab characters (\t): " AICS_v1.0.pdf" 6: B3 Line contains hard tab characters (\t): " mandatory testcases passed." [BlueZ,v2,3/3] unit/test-vcp.c: AICS unit test case implementation WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search 7: B3 Line contains hard tab characters (\t): " AICS.TS.p0.pdf" --- Regards, Linux Bluetooth
diff --git a/lib/uuid.h b/lib/uuid.h index e682547aa..8839dea08 100644 --- a/lib/uuid.h +++ b/lib/uuid.h @@ -187,6 +187,13 @@ extern "C" { #define VOCS_CP_CHRC_UUID 0x2B82 #define VOCS_AUDIO_OP_DESC_CHAR_UUID 0x2B83 +#define AICS_INPUT_STATE_CHAR_UUID 0x2B77 +#define AICS_GAIN_SETTING_PROP_CHAR_UUID 0x2B78 +#define AICS_AUDIO_INPUT_TYPE_CHAR_UUID 0x2B79 +#define AICS_INPUT_STATUS_CHAR_UUID 0X2B7A +#define AICS_AUDIO_INPUT_CP_CHRC_UUID 0X2B7B +#define AICS_INPUT_DESCR_CHAR_UUID 0X2B7C + #define GMCS_UUID 0x1849 #define MEDIA_PLAYER_NAME_CHRC_UUID 0x2b93 #define MEDIA_TRACK_CHNGD_CHRC_UUID 0x2b96