Home
last modified time | relevance | path

Searched refs:call_setup_state (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_hf.c123 bthf_call_state_t call_setup_state; member
226 btif_hf_cb.call_setup_state = BTHF_CALL_STATE_IDLE; in clear_phone_state()
762 bthf_call_state_t call_setup_state, in cind_response() argument
777 callstate_to_callsetup(call_setup_state), /* Callsetup state */ in cind_response()
907 …ic bt_status_t phone_state_change(int num_active, int num_held, bthf_call_state_t call_setup_state, in phone_state_change() argument
920 … dump_hf_call_state(call_setup_state), dump_hf_call_state(btif_hf_cb.call_setup_state)); in phone_state_change()
923 if (num_active == 0 && num_held == 0 && call_setup_state == BTHF_CALL_STATE_IDLE) in phone_state_change()
928 …if ((btif_hf_cb.call_setup_state != BTHF_CALL_STATE_IDLE ) || (btif_hf_cb.num_active) ||(btif_hf_c… in phone_state_change()
954 (btif_hf_cb.call_setup_state == BTHF_CALL_STATE_IDLE) ) in phone_state_change()
967 if (call_setup_state != btif_hf_cb.call_setup_state) in phone_state_change()
[all …]