Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_at.h71 #define BTA_HF_CLIENT_AT_PARSER_MAX_LEN 4096 macro
87 …char buf[BTA_HF_CLIENT_AT_PARSER_MAX_LEN + 1]; /* extra byte to always have \0 …
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c1231 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()