Searched refs:numstr (Results 1 - 1 of 1) sorted by relevance

/system/bt/bta/hf_client/
H A Dbta_hf_client_at.c522 static void bta_hf_client_handle_clip(char *numstr, UINT32 type) argument
524 APPL_TRACE_DEBUG("%s %u %s", __FUNCTION__, type, numstr);
526 bta_hf_client_clip(numstr);
529 static void bta_hf_client_handle_ccwa(char *numstr, UINT32 type) argument
531 APPL_TRACE_DEBUG("%s %u %s", __FUNCTION__, type, numstr);
533 bta_hf_client_ccwa(numstr);
543 static void bta_hf_client_handle_binp(char *numstr) argument
545 APPL_TRACE_DEBUG("%s %s", __FUNCTION__, numstr);
547 bta_hf_client_binp(numstr);
550 static void bta_hf_client_handle_clcc(UINT16 idx, UINT16 dir, UINT16 status, UINT16 mode, UINT16 mpty, char *numstr, UINT1 argument
563 bta_hf_client_handle_cnum( char *numstr, UINT16 type, UINT16 service) argument
1007 char numstr[33]; local
1047 char numstr[33]; /* spec forces 32 chars, plus one for \\0*/ local
1128 char numstr[33]; /* spec forces 32 chars, plus one for \\0*/ local
[all...]

Completed in 56 milliseconds