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:
parent
50913bd6c8
commit
9c6e578d50
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue