Searched defs:call_state (Results 1 - 2 of 2) sorted by relevance

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

Completed in 121 milliseconds