Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_util.h53 const char* dump_hf_call_state(bthf_call_state_t call_state);
/system/bt/btif/src/
Dbtif_util.c387 const char* dump_hf_call_state(bthf_call_state_t call_state) in dump_hf_call_state() argument
389 switch(call_state) in dump_hf_call_state()
Dbtif_hf.c245 static UINT8 callstate_to_callsetup(bthf_call_state_t call_state) in callstate_to_callsetup() argument
248 if (call_state == BTHF_CALL_STATE_INCOMING) in callstate_to_callsetup()
250 if (call_state == BTHF_CALL_STATE_DIALING) in callstate_to_callsetup()
252 if (call_state == BTHF_CALL_STATE_ALERTING) in callstate_to_callsetup()