HomeSort by relevance Sort by last modified time
    Searched refs:call_setup (Results 1 - 2 of 2) sorted by null

  /system/bt/btif/src/
btif_hf.cc 212 uint8_t call_setup = 0; local
213 if (call_state == BTHF_CALL_STATE_INCOMING) call_setup = 1;
214 if (call_state == BTHF_CALL_STATE_DIALING) call_setup = 2;
215 if (call_state == BTHF_CALL_STATE_ALERTING) call_setup = 3;
217 return call_setup;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 2765 int call, call_setup; local
2784 cindResponseNative(mPhoneState.getService(), call, call_setup, mPhoneState.getCallState(), local
    [all...]

Completed in 939 milliseconds