Home
last modified time | relevance | path

Searched refs:res2 (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c993 int res2 = sscanf(buffer, ",\"%32[^\"]\",%hu%n", numstr, &type, &offset); in bta_hf_client_parse_clcc() local
994 if (res2 < 0) { in bta_hf_client_parse_clcc()
998 if (res2 == 0) { in bta_hf_client_parse_clcc()
999 res2 = sscanf(buffer, ",\"\",%hu%n", &type, &offset); in bta_hf_client_parse_clcc()
1000 if (res2 < 0) { in bta_hf_client_parse_clcc()
1005 res2++; in bta_hf_client_parse_clcc()
1009 if (res2 >= 2) { in bta_hf_client_parse_clcc()
1010 res += res2; in bta_hf_client_parse_clcc()