mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-01-27 18:59:11 +00:00
Turn on 48kHz sampling rate in offload's AAC codec capability
Bug: 331941704 Flag: exempt, only turn on capability does not effect stack behavior Test: m com.android.btservices Test: atest VtsHalBluetoothAudioTargetTest Change-Id: I36bf1e2183f237988cc77465a486e70b942409f5
This commit is contained in:
@@ -61,7 +61,7 @@ static const SbcCapabilities kDefaultOffloadSbcCapability = {
|
||||
|
||||
static const AacCapabilities kDefaultOffloadAacCapability = {
|
||||
.objectType = {AacObjectType::MPEG2_LC},
|
||||
.sampleRateHz = {44100},
|
||||
.sampleRateHz = {44100, 48000},
|
||||
.channelMode = {ChannelMode::STEREO},
|
||||
.variableBitRateSupported = true,
|
||||
.bitsPerSample = {16}};
|
||||
|
||||
Reference in New Issue
Block a user