Searched refs:str_leng (Results 1 – 1 of 1) sorted by relevance
730 UINT8 str_leng; in bta_ag_process_unat_res() local738 str_leng = strlen(unat_result); in bta_ag_process_unat_res()741 if(str_leng < 4) in bta_ag_process_unat_res()746 && unat_result[str_leng-2] =='\r' && unat_result[str_leng-1] =='\n') in bta_ag_process_unat_res()749 for (i=0;i<(str_leng-4*pairs_of_nl_cr);i++) in bta_ag_process_unat_res()755 str_leng = str_leng - 4; in bta_ag_process_unat_res()756 BCM_STRNCPY_S(unat_result, BTA_AG_AT_MAX_LEN+1, trim_data,str_leng+1); in bta_ag_process_unat_res()760 if(str_leng <4) in bta_ag_process_unat_res()