Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_at.c160 if ((p_cb->p_cmd_buf = (char *) osi_malloc(p_cb->cmd_max_len)) == NULL) { in bta_ag_at_parse()
168 while (p_cb->cmd_pos < p_cb->cmd_max_len-1 && i < len) { in bta_ag_at_parse()
Dbta_ag_act.c459 p_scb->at_cb.cmd_max_len = BTA_AG_CMD_MAX; in bta_ag_rfc_open()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/include/
Dbta_ag_at.h76 UINT16 cmd_max_len; /* length of temp buffer to allocate */ member