Searched refs:numstr (Results 1 – 1 of 1) sorted by relevance
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.c | 522 static void bta_hf_client_handle_clip(char *numstr, UINT32 type) in bta_hf_client_handle_clip() argument 524 APPL_TRACE_DEBUG("%s %u %s", __FUNCTION__, type, numstr); in bta_hf_client_handle_clip() 526 bta_hf_client_clip(numstr); in bta_hf_client_handle_clip() 529 static void bta_hf_client_handle_ccwa(char *numstr, UINT32 type) in bta_hf_client_handle_ccwa() argument 531 APPL_TRACE_DEBUG("%s %u %s", __FUNCTION__, type, numstr); in bta_hf_client_handle_ccwa() 533 bta_hf_client_ccwa(numstr); in bta_hf_client_handle_ccwa() 543 static void bta_hf_client_handle_binp(char *numstr) in bta_hf_client_handle_binp() argument 545 APPL_TRACE_DEBUG("%s %s", __FUNCTION__, numstr); in bta_hf_client_handle_binp() 547 bta_hf_client_binp(numstr); in bta_hf_client_handle_binp() 550 …le_clcc(UINT16 idx, UINT16 dir, UINT16 status, UINT16 mode, UINT16 mpty, char *numstr, UINT16 type) in bta_hf_client_handle_clcc() argument [all …]
|