From d7d82be767f1d24440f1edf91775d6869e0896f9 Mon Sep 17 00:00:00 2001 From: Iulia Tanasescu Date: Fri, 5 May 2023 11:29:39 +0300 Subject: [PATCH] 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 cf17132..976a9ef 100755 --- a/lib/uuid.h +++ b/lib/uuid.h @@ -5,6 +5,7 @@ * * Copyright (C) 2011 Nokia Corporation * Copyright (C) 2011 Marcel Holtmann + * Copyright 2023 NXP * * */ @@ -187,6 +188,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.7.4