summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2023-05-19 00:35:10 +0800
committeralk3pInjection <webmaster@raspii.tech>2023-05-19 00:35:10 +0800
commitb960da3d57b9daad2bf40b49186d0c1b0cbb37ad (patch)
treeba44a50ac38f7be5d589f906029850399f14e6cc
parent05f5e368a1f63781c37d99ef7922c179f26c52b3 (diff)
parent39666c101bc339aef1d881b8410a2340815ee258 (diff)
Merge tag 'LA.QSSI.13.0.r1-10000-qssi.0' into tachibana
"LA.QSSI.13.0.r1-10000-qssi.0" Change-Id: I45f3f63fd709a882b1649b70af5e0fda7459a0b5
-rw-r--r--src/com/android/settings/development/bluetooth/BluetoothCodecDialogPreferenceController.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/com/android/settings/development/bluetooth/BluetoothCodecDialogPreferenceController.java b/src/com/android/settings/development/bluetooth/BluetoothCodecDialogPreferenceController.java
index 5b7e80ca98..3f22aa6600 100644
--- a/src/com/android/settings/development/bluetooth/BluetoothCodecDialogPreferenceController.java
+++ b/src/com/android/settings/development/bluetooth/BluetoothCodecDialogPreferenceController.java
@@ -121,19 +121,19 @@ public class BluetoothCodecDialogPreferenceController extends
codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST;
break;
case 6:
- codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX_ADAPTIVE;
+ codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_LC3;
codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST;
break;
case 7:
- codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX_TWSP;
+ codecTypeValue = SOURCE_CODEC_TYPE_OPUS; // TODO update in U
codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST;
break;
case 8:
- codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_LC3;
+ codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX_ADAPTIVE;
codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST;
break;
case 9:
- codecTypeValue = SOURCE_CODEC_TYPE_OPUS; // TODO update in U
+ codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX_TWSP;
codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST;
break;
default: