Loading android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +1 −3 Original line number Diff line number Diff line Loading @@ -1321,9 +1321,7 @@ public class LeAudioService extends ProfileService { volume = getAudioDeviceGroupVolume(groupId); } final boolean suppressNoisyIntent = hasFallbackDevice || mActiveAudioOutDevice != null || (getConnectionState(previousActiveOutDevice) == BluetoothProfile.STATE_CONNECTED); final boolean suppressNoisyIntent = hasFallbackDevice || mActiveAudioOutDevice != null; mAudioManager.handleBluetoothActiveDeviceChanged(mActiveAudioOutDevice, previousActiveOutDevice, BluetoothProfileConnectionInfo.createLeAudioOutputInfo( Loading Loading
android/app/src/com/android/bluetooth/le_audio/LeAudioService.java +1 −3 Original line number Diff line number Diff line Loading @@ -1321,9 +1321,7 @@ public class LeAudioService extends ProfileService { volume = getAudioDeviceGroupVolume(groupId); } final boolean suppressNoisyIntent = hasFallbackDevice || mActiveAudioOutDevice != null || (getConnectionState(previousActiveOutDevice) == BluetoothProfile.STATE_CONNECTED); final boolean suppressNoisyIntent = hasFallbackDevice || mActiveAudioOutDevice != null; mAudioManager.handleBluetoothActiveDeviceChanged(mActiveAudioOutDevice, previousActiveOutDevice, BluetoothProfileConnectionInfo.createLeAudioOutputInfo( Loading