Loading src/com/android/settings/DevelopmentSettings.java +14 −0 Original line number Diff line number Diff line Loading @@ -2049,6 +2049,20 @@ public class DevelopmentSettings extends RestrictedSettingsFragment codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_LDAC; codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; break; case 6: synchronized (mBluetoothA2dpLock) { if (mBluetoothA2dp != null) { mBluetoothA2dp.enableOptionalCodecs(); } } return; case 7: synchronized (mBluetoothA2dpLock) { if (mBluetoothA2dp != null) { mBluetoothA2dp.disableOptionalCodecs(); } } return; default: break; } Loading Loading
src/com/android/settings/DevelopmentSettings.java +14 −0 Original line number Diff line number Diff line Loading @@ -2049,6 +2049,20 @@ public class DevelopmentSettings extends RestrictedSettingsFragment codecTypeValue = BluetoothCodecConfig.SOURCE_CODEC_TYPE_LDAC; codecPriorityValue = BluetoothCodecConfig.CODEC_PRIORITY_HIGHEST; break; case 6: synchronized (mBluetoothA2dpLock) { if (mBluetoothA2dp != null) { mBluetoothA2dp.enableOptionalCodecs(); } } return; case 7: synchronized (mBluetoothA2dpLock) { if (mBluetoothA2dp != null) { mBluetoothA2dp.disableOptionalCodecs(); } } return; default: break; } Loading