Searched refs:cmd_max_len (Results 1 – 3 of 3) sorted by relevance
78 uint16_t cmd_max_len; /* length of temp buffer to allocate */ member
184 p_cb->p_cmd_buf = (char*)osi_malloc(p_cb->cmd_max_len); in bta_ag_at_parse()189 while (p_cb->cmd_pos < p_cb->cmd_max_len - 1 && i < len) { in bta_ag_at_parse()
486 p_scb->at_cb.cmd_max_len = BTA_AG_CMD_MAX; in bta_ag_rfc_open()