diff mbox series

[BlueZ,v1,1/2] - Added AICS Characteristics UUID(s).

Message ID 20231129134058.70612-2-mahesh.talewad@nxp.com (mailing list archive)
State Accepted
Commit c89ebba80f27e412d5222737c32b2ed81a6fc80c
Headers show
Series Implementation of AICS | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
tedd_an/CheckPatch success CheckPatch PASS
tedd_an/GitLint fail 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,v1,1/2] - Added AICS Characteristics UUID(s)."
tedd_an/BuildEll success Build ELL PASS
tedd_an/BluezMake success Bluez Make PASS
tedd_an/MakeCheck fail BlueZ Make Check FAIL:
tedd_an/MakeDistcheck fail Make Distcheck FAIL: ../../test-driver: line 107: 54113 Aborted (core dumped) "$@" > $log_file 2>&1 make[4]: *** [Makefile:11633: test-suite.log] Error 1 make[3]: *** [Makefile:11741: check-TESTS] Error 2 make[2]: *** [Makefile:12170: check-am] Error 2 make[1]: *** [Makefile:12172: check] Error 2 make: *** [Makefile:12093: distcheck] Error 1
tedd_an/CheckValgrind fail Check Valgrind FAIL: tools/mgmt-tester.c: In function ‘main’: tools/mgmt-tester.c:12763:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without 12763 | int main(int argc, char *argv[]) | ^~~~ ./test-driver: line 107: 73831 Aborted (core dumped) "$@" > $log_file 2>&1 make[3]: *** [Makefile:11633: test-suite.log] Error 1 make[2]: *** [Makefile:11741: check-TESTS] Error 2 make[1]: *** [Makefile:12170: check-am] Error 2 make: *** [Makefile:12172: check] Error 2
tedd_an/CheckSmatch success CheckSparse PASS
tedd_an/bluezmakeextell success Make External ELL PASS
tedd_an/IncrementalBuild success Incremental Build PASS
tedd_an/ScanBuild success Scan Build PASS

Commit Message

Mahesh Talewad Nov. 29, 2023, 1:40 p.m. UTC
---
 lib/uuid.h | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

bluez.test.bot@gmail.com Nov. 29, 2023, 3:09 p.m. UTC | #1
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=805284

---Test result---

Test Summary:
CheckPatch                    PASS      1.44 seconds
GitLint                       FAIL      0.83 seconds
BuildEll                      PASS      24.13 seconds
BluezMake                     PASS      583.27 seconds
MakeCheck                     FAIL      10.69 seconds
MakeDistcheck                 FAIL      135.05 seconds
CheckValgrind                 FAIL      210.55 seconds
CheckSmatch                   PASS      316.46 seconds
bluezmakeextell               PASS      96.49 seconds
IncrementalBuild              PASS      1049.14 seconds
ScanBuild                     PASS      914.51 seconds

Details
##############################
Test: GitLint - FAIL
Desc: Run gitlint
Output:
[BlueZ,v1,1/2] - 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,v1,1/2] - Added AICS Characteristics UUID(s)."
[BlueZ,v1,2/2] - Code Implementation related Service- AICS. - Specification referred for implementation: AICS_v1.0.pdf - Verification: Tested all Mandatory PTS testcases and all mandatory testcases passed.

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: T1 Title exceeds max length (205>80): "[BlueZ,v1,2/2] - Code Implementation related Service- AICS. - Specification referred for implementation: AICS_v1.0.pdf - Verification: Tested all Mandatory PTS testcases and all mandatory testcases passed."
1: T3 Title has trailing punctuation (.): "[BlueZ,v1,2/2] - Code Implementation related Service- AICS. - Specification referred for implementation: AICS_v1.0.pdf - Verification: Tested all Mandatory PTS testcases and all mandatory testcases passed."
##############################
Test: MakeCheck - FAIL
Desc: Run Bluez Make Check
Output:

./test-driver: line 107: 31903 Aborted                 (core dumped) "$@" > $log_file 2>&1
make[3]: *** [Makefile:11633: test-suite.log] Error 1
make[2]: *** [Makefile:11741: check-TESTS] Error 2
make[1]: *** [Makefile:12170: check-am] Error 2
make: *** [Makefile:12172: check] Error 2
##############################
Test: MakeDistcheck - FAIL
Desc: Run Bluez Make Distcheck
Output:

../../test-driver: line 107: 54113 Aborted                 (core dumped) "$@" > $log_file 2>&1
make[4]: *** [Makefile:11633: test-suite.log] Error 1
make[3]: *** [Makefile:11741: check-TESTS] Error 2
make[2]: *** [Makefile:12170: check-am] Error 2
make[1]: *** [Makefile:12172: check] Error 2
make: *** [Makefile:12093: distcheck] Error 1
##############################
Test: CheckValgrind - FAIL
Desc: Run Bluez Make Check with Valgrind
Output:

tools/mgmt-tester.c: In function ‘main’:
tools/mgmt-tester.c:12763:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
12763 | int main(int argc, char *argv[])
      |     ^~~~
./test-driver: line 107: 73831 Aborted                 (core dumped) "$@" > $log_file 2>&1
make[3]: *** [Makefile:11633: test-suite.log] Error 1
make[2]: *** [Makefile:11741: check-TESTS] Error 2
make[1]: *** [Makefile:12170: check-am] Error 2
make: *** [Makefile:12172: check] Error 2


---
Regards,
Linux Bluetooth
diff mbox series

Patch

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