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

/system/bt/btif/include/
H A Dbtif_util.h56 const char* dump_hf_call_state(bthf_call_state_t call_state);
/system/bt/btif/src/
H A Dbtif_util.c382 const char* dump_hf_call_state(bthf_call_state_t call_state) argument
384 switch(call_state)
H A Dbtif_hf.c240 static UINT8 callstate_to_callsetup(bthf_call_state_t call_state) argument
243 if (call_state == BTHF_CALL_STATE_INCOMING)
245 if (call_state == BTHF_CALL_STATE_DIALING)
247 if (call_state == BTHF_CALL_STATE_ALERTING)

Completed in 48 milliseconds