diff options
Diffstat (limited to 'bluetooth/audio/2.0/default/session/BluetoothAudioSupportedCodecsDB.cpp')
-rw-r--r-- | bluetooth/audio/2.0/default/session/BluetoothAudioSupportedCodecsDB.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/audio/2.0/default/session/BluetoothAudioSupportedCodecsDB.cpp b/bluetooth/audio/2.0/default/session/BluetoothAudioSupportedCodecsDB.cpp index 6ea61e1f18..c368197467 100644 --- a/bluetooth/audio/2.0/default/session/BluetoothAudioSupportedCodecsDB.cpp +++ b/bluetooth/audio/2.0/default/session/BluetoothAudioSupportedCodecsDB.cpp @@ -74,7 +74,7 @@ static const AacParameters kDefaultOffloadAacCapability = { .objectType = AacObjectType::MPEG2_LC, .sampleRate = SampleRate::RATE_44100, .channelMode = ChannelMode::STEREO, - .variableBitRateEnabled = AacVariableBitRate::DISABLED, + .variableBitRateEnabled = AacVariableBitRate::ENABLED, .bitsPerSample = BitsPerSample::BITS_16}; // LDAC: mSampleRate:(44100|48000|88200|96000), mBitsPerSample:(16|24|32), |