Loading android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java +5 −0 Original line number Diff line number Diff line Loading @@ -860,6 +860,11 @@ public class HeadsetStateMachine extends StateMachine { break; } case DEVICE_STATE_CHANGED: if (mDeviceSilenced) { stateLogW("DEVICE_STATE_CHANGED: " + mDevice + " is silenced, skip notify state changed."); break; } mNativeInterface.notifyDeviceStatus(mDevice, (HeadsetDeviceState) message.obj); break; case SEND_CCLC_RESPONSE: Loading Loading
android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java +5 −0 Original line number Diff line number Diff line Loading @@ -860,6 +860,11 @@ public class HeadsetStateMachine extends StateMachine { break; } case DEVICE_STATE_CHANGED: if (mDeviceSilenced) { stateLogW("DEVICE_STATE_CHANGED: " + mDevice + " is silenced, skip notify state changed."); break; } mNativeInterface.notifyDeviceStatus(mDevice, (HeadsetDeviceState) message.obj); break; case SEND_CCLC_RESPONSE: Loading