Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c1334 char *tmp_buff = osi_malloc(BTA_HF_CLIENT_AT_PARSER_MAX_LEN); in bta_hf_client_at_parse() local
1335 if (tmp_buff == NULL) { in bta_hf_client_at_parse()
1354 osi_free(tmp_buff); in bta_hf_client_at_parse()
1363 memcpy(tmp_buff, bta_hf_client_cb.scb.at_cb.buf + bta_hf_client_cb.scb.at_cb.offset, tmp); in bta_hf_client_at_parse()
1371 memcpy(bta_hf_client_cb.scb.at_cb.buf, tmp_buff, tmp); in bta_hf_client_at_parse()
1374 osi_free(tmp_buff); in bta_hf_client_at_parse()