Searched refs:call_state (Results 1 - 3 of 3) sorted by relevance

/system/bt/btif/include/
H A Dbtif_util.h55 const char* dump_hf_call_state(bthf_call_state_t call_state);
/system/bt/btif/src/
H A Dbtif_util.cc384 const char* dump_hf_call_state(bthf_call_state_t call_state) { argument
385 switch (call_state) {
H A Dbtif_hf.cc208 static uint8_t callstate_to_callsetup(bthf_call_state_t call_state) { argument
210 if (call_state == BTHF_CALL_STATE_INCOMING) call_setup = 1;
211 if (call_state == BTHF_CALL_STATE_DIALING) call_setup = 2;
212 if (call_state == BTHF_CALL_STATE_ALERTING) call_setup = 3;

Completed in 70 milliseconds