OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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:__anon2366
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
510
p_scb->at_cb.
cmd_max_len
= BTA_AG_CMD_MAX;
Completed in 18 milliseconds