Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hf.cc1014 int res_strlen = snprintf(ag_res.str, sizeof(ag_res.str), "%d,%d,%d,%d,%d", in ClccResponse() local
1017 size_t rem_bytes = sizeof(ag_res.str) - res_strlen; in ClccResponse()
1024 if (newidx >= (sizeof(dialnum) - res_strlen - 1)) { in ClccResponse()
1034 snprintf(&ag_res.str[res_strlen], rem_bytes - 5, ",\"%s", dialnum); in ClccResponse()
1037 strncat(&ag_res.str[res_strlen], remaining_string.str().c_str(), 5); in ClccResponse()