Bluetooth: Audio: UUID values for the CCID characteristic

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ø <asbjorn.sabo@nordicsemi.no>
This commit is contained in:
Asbjørn Sæbø 2021-10-22 13:51:14 +02:00 committed by Carles Cufí
commit 9c6e578d50

View file

@ -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
*/