Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_at.h33 #define BTA_HF_CLIENT_AT_PARSER_MAX_LEN 4096 macro
49 char buf[BTA_HF_CLIENT_AT_PARSER_MAX_LEN +
Dbta_hf_client_at.cc1629 char dump[(4 * BTA_HF_CLIENT_AT_PARSER_MAX_LEN) + 1]; in bta_hf_client_dump_at()
1730 if (len + client_cb->at_cb.offset > BTA_HF_CLIENT_AT_PARSER_MAX_LEN) { in bta_hf_client_at_parse()
1731 char tmp_buff[BTA_HF_CLIENT_AT_PARSER_MAX_LEN]; in bta_hf_client_at_parse()
1734 BTA_HF_CLIENT_AT_PARSER_MAX_LEN - client_cb->at_cb.offset; in bta_hf_client_at_parse()
1776 if (len > BTA_HF_CLIENT_AT_PARSER_MAX_LEN - client_cb->at_cb.offset) { in bta_hf_client_at_parse()
/packages/modules/Bluetooth/system/bta/test/
Dbta_hf_client_security_test.cc60 uint16_t len = BTA_HF_CLIENT_AT_PARSER_MAX_LEN * 2 + 3; in TEST_F()
61 char buf[BTA_HF_CLIENT_AT_PARSER_MAX_LEN * 2 + 3] = {'\n'}; in TEST_F()