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

Commit 302888b2 authored by Yuyang Huang's avatar Yuyang Huang
Browse files

Add Gaming Audio Service UUIDs to le_audio_types.h

Bug: 350102910
Bug: 353978074
Change-Id: Ie429276b6ed1f1a100180f944546eb7245d4a1be
Test: m packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.leaudio_gmap_client
parent 888ddc60
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 {