Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac718dd4 authored by Yuyang Huang's avatar Yuyang Huang Committed by Automerger Merge Worker
Browse files

Merge "Add Gaming Audio Service UUIDs to le_audio_types.h" into main am: 5677d647

parents 0d25eaf4 5677d647
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -73,6 +73,8 @@ static const bluetooth::Uuid kAudioStreamControlServiceUuid = bluetooth::Uuid::F

static const bluetooth::Uuid kTelephonyMediaAudioServiceUuid = bluetooth::Uuid::From16Bit(0x1855);

static const bluetooth::Uuid kGamingAudioServiceUuid = bluetooth::Uuid::From16Bit(0x1858);

/* Published Audio Capabilities Service Characteristics */
static const bluetooth::Uuid kSinkPublishedAudioCapabilityCharacteristicUuid =
        bluetooth::Uuid::From16Bit(0x2BC9);
@@ -98,6 +100,11 @@ static const bluetooth::Uuid kAudioStreamEndpointControlPointCharacteristicUuid
/* Telephony and Media Audio Service Characteristics */
static const bluetooth::Uuid kTelephonyMediaAudioProfileRoleCharacteristicUuid =
        bluetooth::Uuid::From16Bit(0x2B51);

/* Gaming Audio Service Characteristics */
static const bluetooth::Uuid kRoleCharacteristicUuid = bluetooth::Uuid::From16Bit(0x2C00);
static const bluetooth::Uuid kUnicastGameTerminalCharacteristicUuid =
        bluetooth::Uuid::From16Bit(0x2C02);
}  // namespace uuid

namespace codec_spec_conf {