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.c385 const char* dump_hf_call_state(bthf_call_state_t call_state) in dump_hf_call_state() argument
387 switch(call_state) in dump_hf_call_state()
Dbtif_hf.c241 static UINT8 callstate_to_callsetup(bthf_call_state_t call_state) in callstate_to_callsetup() argument
244 if (call_state == BTHF_CALL_STATE_INCOMING) in callstate_to_callsetup()
246 if (call_state == BTHF_CALL_STATE_DIALING) in callstate_to_callsetup()
248 if (call_state == BTHF_CALL_STATE_ALERTING) in callstate_to_callsetup()