Searched refs:BTA_AG_AT_MAX_LEN (Results 1 – 5 of 5) sorted by relevance
200 #ifndef BTA_AG_AT_MAX_LEN201 #define BTA_AG_AT_MAX_LEN 256 macro214 char str[BTA_AG_AT_MAX_LEN+1];305 char str[BTA_AG_AT_MAX_LEN+1];
338 char buf[BTA_AG_AT_MAX_LEN + 16]; in bta_ag_send_result()408 char buf[BTA_AG_AT_MAX_LEN * BTA_AG_AT_MULTI_LEN + 16]; in bta_ag_send_multi_result()734 char trim_data[BTA_AG_AT_MAX_LEN]; in bta_ag_process_unat_res()853 strlcpy(val.str, p_arg, BTA_AG_AT_MAX_LEN); in bta_ag_at_hsp_cback()894 strlcpy(val.str, p_arg, BTA_AG_AT_MAX_LEN); in bta_ag_at_hfp_cback()1321 strlcpy(val.str, p_arg, BTA_AG_AT_MAX_LEN); in bta_ag_at_err_cback()
251 char clip[BTA_AG_AT_MAX_LEN+1]; /* number string used for CLIP */
105 #ifndef BTA_AG_AT_MAX_LEN106 #define BTA_AG_AT_MAX_LEN 512 macro
1133 strncpy(ag_res.str, rsp, BTA_AG_AT_MAX_LEN); in formatted_at_response()