2023-04-24 15:32:20

by Iulia Tanasescu

[permalink] [raw]
Subject: [PATCH BlueZ 1/2] lib/uuid: Add BASS UUIDs

This adds BASS UUIDs which will be used by Basic Audio Profile.

---
lib/uuid.h | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/lib/uuid.h b/lib/uuid.h
index 84ff46cd8..ddde4bfa3 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -5,6 +5,7 @@
*
* Copyright (C) 2011 Nokia Corporation
* Copyright (C) 2011 Marcel Holtmann <[email protected]>
+ * Copyright 2023 NXP
*
*
*/
@@ -164,6 +165,10 @@ extern "C" {
#define ASE_SOURCE_UUID 0x2bc5
#define ASE_CP_UUID 0x2bc6

+#define BASS_UUID 0x184f
+#define BCAST_AUDIO_SCAN_CP_UUID 0x2bc7
+#define BCAST_RECV_STATE_UUID 0x2bc8
+
#define VCS_UUID 0x1844
#define VOL_OFFSET_CS_UUID 0x1845
#define AUDIO_INPUT_CS_UUID 0x1843
--
2.34.1


2023-04-24 16:59:20

by bluez.test.bot

[permalink] [raw]
Subject: RE: Add initial code for handling BASS

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=742785

---Test result---

Test Summary:
CheckPatch PASS 1.72 seconds
GitLint PASS 0.69 seconds
BuildEll PASS 27.14 seconds
BluezMake PASS 996.70 seconds
MakeCheck PASS 11.53 seconds
MakeDistcheck PASS 154.19 seconds
CheckValgrind PASS 249.43 seconds
CheckSmatch PASS 335.82 seconds
bluezmakeextell PASS 99.98 seconds
IncrementalBuild PASS 1752.63 seconds
ScanBuild PASS 1063.00 seconds



---
Regards,
Linux Bluetooth