HomeSort by relevance Sort by last modified time
    Searched refs:cmd_max_len (Results 1 - 3 of 3) sorted by null

  /system/bt/bta/ag/
bta_ag_at.h 72 uint16_t cmd_max_len; /* length of temp buffer to allocate */ member in struct:__anon112750
bta_ag_at.cc 170 p_cb->p_cmd_buf = (char*)osi_malloc(p_cb->cmd_max_len);
175 while (p_cb->cmd_pos < p_cb->cmd_max_len - 1 && i < len) {
bta_ag_act.cc 469 p_scb->at_cb.cmd_max_len = BTA_AG_CMD_MAX;

Completed in 417 milliseconds