Loading android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java +1 −0 Original line number Diff line number Diff line Loading @@ -1628,6 +1628,7 @@ final class HeadsetStateMachine extends StateMachine { phoneNumber = ""; } clccResponseNative(1, 0, 0, 0, false, phoneNumber, type); clccResponseNative(0, 0, 0, 0, false, "", 0); } else if (!mPhoneProxy.listCurrentCalls()) { clccResponseNative(0, 0, 0, 0, false, "", 0); Loading Loading
android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java +1 −0 Original line number Diff line number Diff line Loading @@ -1628,6 +1628,7 @@ final class HeadsetStateMachine extends StateMachine { phoneNumber = ""; } clccResponseNative(1, 0, 0, 0, false, phoneNumber, type); clccResponseNative(0, 0, 0, 0, false, "", 0); } else if (!mPhoneProxy.listCurrentCalls()) { clccResponseNative(0, 0, 0, 0, false, "", 0); Loading