Home
last modified time | relevance | path

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

/system/bt/bta/ag/
Dbta_ag_cmd.cc501 uint8_t str_leng = strlen(unat_result); in bta_ag_process_unat_res() local
504 if (str_leng < 4) return; in bta_ag_process_unat_res()
508 unat_result[str_leng - 2] == '\r' && in bta_ag_process_unat_res()
509 unat_result[str_leng - 1] == '\n') { in bta_ag_process_unat_res()
511 for (int i = 0; i < (str_leng - 4 * pairs_of_nl_cr); i++) { in bta_ag_process_unat_res()
516 str_leng = str_leng - 4; in bta_ag_process_unat_res()
517 strlcpy(unat_result, trim_data, str_leng + 1); in bta_ag_process_unat_res()
520 if (str_leng < 4) return; in bta_ag_process_unat_res()