Loading src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java +3 −0 Original line number Diff line number Diff line Loading @@ -776,6 +776,9 @@ public class HeadsetClientStateMachine extends StateMachine { public void doQuit() { Log.d(TAG, "doQuit"); if (mCurrentDevice != null) { NativeInterface.disconnectNative(getByteAddress(mCurrentDevice)); } routeHfpAudio(false); returnAudioFocusIfNecessary(); quitNow(); Loading Loading
src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java +3 −0 Original line number Diff line number Diff line Loading @@ -776,6 +776,9 @@ public class HeadsetClientStateMachine extends StateMachine { public void doQuit() { Log.d(TAG, "doQuit"); if (mCurrentDevice != null) { NativeInterface.disconnectNative(getByteAddress(mCurrentDevice)); } routeHfpAudio(false); returnAudioFocusIfNecessary(); quitNow(); Loading