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 74 uint16_t cmd_max_len; /* length of temp buffer to allocate */ member in struct:__anon1210
bta_ag_at.cc 172 p_cb->p_cmd_buf = (char*)osi_malloc(p_cb->cmd_max_len);
177 while (p_cb->cmd_pos < p_cb->cmd_max_len - 1 && i < len) {
bta_ag_act.cc 491 p_scb->at_cb.cmd_max_len = BTA_AG_CMD_MAX;

Completed in 54 milliseconds