Home
last modified time | relevance | path

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

/system/bt/bta/hf_client/
Dbta_hf_client_at.h78 #define BTA_HF_CLIENT_AT_PARSER_MAX_LEN 4096 macro
95 …char buf[BTA_HF_CLIENT_AT_PARSER_MAX_LEN + 1]; /* extra byte to always have \0 …
Dbta_hf_client_at.c1343 char dump[(4 * BTA_HF_CLIENT_AT_PARSER_MAX_LEN) + 1]; in bta_hf_client_dump_at()
1456 if (len + bta_hf_client_cb.scb.at_cb.offset > BTA_HF_CLIENT_AT_PARSER_MAX_LEN) in bta_hf_client_at_parse()
1458 char tmp_buff[BTA_HF_CLIENT_AT_PARSER_MAX_LEN]; in bta_hf_client_at_parse()
1460 … 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()