From 9c6e578d5061ab164bf0d4d2d9604fa4cdf2419a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20S=C3=A6b=C3=B8?= Date: Fri, 22 Oct 2021 13:51:14 +0200 Subject: [PATCH] Bluetooth: Audio: UUID values for the CCID characteristic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit UUID values for the Content Control ID characteristic The Content Control ID characteristic is a separately defined characteristic used in the media control service and in the telephone bearer service in LE Audio. This commit is part of the upmerge of le-audio from the topic-le-audio branch. Signed-off-by: Asbjørn Sæbø --- include/bluetooth/uuid.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/bluetooth/uuid.h b/include/bluetooth/uuid.h index 39df6dccc76..38620751248 100644 --- a/include/bluetooth/uuid.h +++ b/include/bluetooth/uuid.h @@ -1484,6 +1484,15 @@ struct bt_uuid_128 { */ #define BT_UUID_VOCS_DESCRIPTION \ BT_UUID_DECLARE_16(BT_UUID_VOCS_DESCRIPTION_VAL) +/** @def BT_UUID_CCID_VAL + * @brief Content Control ID value + */ +#define BT_UUID_CCID_VAL 0x2BBA +/** @def BT_UUID_CCID + * @brief Content Control ID + */ +#define BT_UUID_CCID \ + BT_UUID_DECLARE_16(BT_UUID_CCID_VAL) /** @def BT_UUID_MICS_MUTE_VAL * @brief Microphone Input Control Service Mute value */