summaryrefslogtreecommitdiff
path: root/bluetooth
diff options
context:
space:
mode:
authorJakub Pawłowski <jpawlowski@google.com>2022-05-12 16:30:05 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2022-05-12 16:30:05 +0000
commit11daf7e4f8fa6b971996b984fc52cc5f0535e5cb (patch)
treecc388bccc55942993bdfbae944ec39e28f95426c /bluetooth
parent3263c714456b227958a310bba43955ed0e51b2d5 (diff)
parent4d14c1edba521268342530600a8f8abb0ae0ee5b (diff)
Merge "Add 32kHz as supported setting" into tm-dev
Diffstat (limited to 'bluetooth')
-rw-r--r--bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp b/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp
index f3ca279867..1fb0e4199c 100644
--- a/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp
+++ b/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp
@@ -37,7 +37,7 @@ namespace bluetooth {
namespace audio {
static const PcmCapabilities kDefaultSoftwarePcmCapabilities = {
- .sampleRateHz = {16000, 24000, 44100, 48000, 88200, 96000},
+ .sampleRateHz = {16000, 24000, 32000, 44100, 48000, 88200, 96000},
.channelMode = {ChannelMode::MONO, ChannelMode::STEREO},
.bitsPerSample = {16, 24, 32},
.dataIntervalUs = {},