diff options
author | alk3pInjection <webmaster@raspii.tech> | 2023-05-19 00:35:10 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-05-19 00:35:10 +0800 |
commit | b960da3d57b9daad2bf40b49186d0c1b0cbb37ad (patch) | |
tree | ba44a50ac38f7be5d589f906029850399f14e6cc | |
parent | 05f5e368a1f63781c37d99ef7922c179f26c52b3 (diff) | |
parent | 39666c101bc339aef1d881b8410a2340815ee258 (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.java | 8 |
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: |