Searched refs:numstr (Results 1 – 1 of 1) sorted by relevance
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.c | 544 static void bta_hf_client_handle_clip(char *numstr, UINT32 type) in bta_hf_client_handle_clip() argument 546 APPL_TRACE_DEBUG("%s %u %s", __FUNCTION__, type, numstr); in bta_hf_client_handle_clip() 548 bta_hf_client_clip(numstr); in bta_hf_client_handle_clip() 551 static void bta_hf_client_handle_ccwa(char *numstr, UINT32 type) in bta_hf_client_handle_ccwa() argument 553 APPL_TRACE_DEBUG("%s %u %s", __FUNCTION__, type, numstr); in bta_hf_client_handle_ccwa() 555 bta_hf_client_ccwa(numstr); in bta_hf_client_handle_ccwa() 565 static void bta_hf_client_handle_binp(char *numstr) in bta_hf_client_handle_binp() argument 567 APPL_TRACE_DEBUG("%s %s", __FUNCTION__, numstr); in bta_hf_client_handle_binp() 569 bta_hf_client_binp(numstr); in bta_hf_client_handle_binp() 572 …le_clcc(UINT16 idx, UINT16 dir, UINT16 status, UINT16 mode, UINT16 mpty, char *numstr, UINT16 type) in bta_hf_client_handle_clcc() argument [all …]
|