Searched refs:numstr (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/ |
D | bta_hf_client_at.c | 517 static void bta_hf_client_handle_clip(char *numstr, UINT32 type) in bta_hf_client_handle_clip() argument 519 APPL_TRACE_DEBUG("%s %u %s", __FUNCTION__, type, numstr); in bta_hf_client_handle_clip() 521 bta_hf_client_clip(numstr); in bta_hf_client_handle_clip() 524 static void bta_hf_client_handle_ccwa(char *numstr, UINT32 type) in bta_hf_client_handle_ccwa() argument 526 APPL_TRACE_DEBUG("%s %u %s", __FUNCTION__, type, numstr); in bta_hf_client_handle_ccwa() 528 bta_hf_client_ccwa(numstr); in bta_hf_client_handle_ccwa() 538 static void bta_hf_client_handle_binp(char *numstr) in bta_hf_client_handle_binp() argument 540 APPL_TRACE_DEBUG("%s %s", __FUNCTION__, numstr); in bta_hf_client_handle_binp() 542 bta_hf_client_binp(numstr); in bta_hf_client_handle_binp() 545 …le_clcc(UINT16 idx, UINT16 dir, UINT16 status, UINT16 mode, UINT16 mpty, char *numstr, UINT16 type) in bta_hf_client_handle_clcc() argument [all …]
|