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

  /external/bluetooth/bluedroid/bta/ag/
bta_ag_at.h 72 UINT16 cmd_max_len; /* length of temp buffer to allocate */ member in struct:__anon5021
bta_ag_at.c 195 p_cb->p_cmd_buf = (char *) GKI_getbuf(p_cb->cmd_max_len);
201 while (p_cb->cmd_pos < p_cb->cmd_max_len-1 && i < len)
bta_ag_act.c 520 p_scb->at_cb.cmd_max_len = BTA_AG_CMD_MAX;

Completed in 87 milliseconds