Searched refs:BTA_HF_CLIENT_AT_PARSER_MAX_LEN (Results 1 – 2 of 2) sorted by relevance
71 #define BTA_HF_CLIENT_AT_PARSER_MAX_LEN 4096 macro87 …char buf[BTA_HF_CLIENT_AT_PARSER_MAX_LEN + 1]; /* extra byte to always have \0 …
1231 char dump[(4 * BTA_HF_CLIENT_AT_PARSER_MAX_LEN) + 1]; in bta_hf_client_dump_at()1331 if (len + bta_hf_client_cb.scb.at_cb.offset > BTA_HF_CLIENT_AT_PARSER_MAX_LEN) { in bta_hf_client_at_parse()1333 … unsigned int space_left = BTA_HF_CLIENT_AT_PARSER_MAX_LEN - bta_hf_client_cb.scb.at_cb.offset; in bta_hf_client_at_parse()1334 char *tmp_buff = osi_malloc(BTA_HF_CLIENT_AT_PARSER_MAX_LEN); in bta_hf_client_at_parse()