Loading android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java +5 −0 Original line number Diff line number Diff line Loading @@ -2763,6 +2763,11 @@ final class HeadsetStateMachine extends StateMachine { } else { Log.e(TAG,"processNoiceReductionEvent: AudioParamNrec is null "); } if (mActiveScoDevice != null && mActiveScoDevice.equals(device) && mAudioState == BluetoothHeadset.STATE_AUDIO_CONNECTED) { setAudioParameters(device); } } // 2 - WBS on Loading Loading
android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java +5 −0 Original line number Diff line number Diff line Loading @@ -2763,6 +2763,11 @@ final class HeadsetStateMachine extends StateMachine { } else { Log.e(TAG,"processNoiceReductionEvent: AudioParamNrec is null "); } if (mActiveScoDevice != null && mActiveScoDevice.equals(device) && mAudioState == BluetoothHeadset.STATE_AUDIO_CONNECTED) { setAudioParameters(device); } } // 2 - WBS on Loading