Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_ag_api.h200 #ifndef BTA_AG_AT_MAX_LEN
201 #define BTA_AG_AT_MAX_LEN 256 macro
214 char str[BTA_AG_AT_MAX_LEN+1];
305 char str[BTA_AG_AT_MAX_LEN+1];
/system/bt/bta/ag/
Dbta_ag_cmd.c338 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()
Dbta_ag_int.h251 char clip[BTA_AG_AT_MAX_LEN+1]; /* number string used for CLIP */
/system/bt/include/
Dbt_target.h105 #ifndef BTA_AG_AT_MAX_LEN
106 #define BTA_AG_AT_MAX_LEN 512 macro
/system/bt/btif/src/
Dbtif_hf.c1133 strncpy(ag_res.str, rsp, BTA_AG_AT_MAX_LEN); in formatted_at_response()