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

  /external/bluetooth/bluedroid/bta/ag/
bta_ag_at.c 90 for (idx = 0; p_cb->p_at_tbl[idx].p_cmd[0] != 0; idx++)
92 if (!utl_strucmp(p_cb->p_at_tbl[idx].p_cmd, p_cb->p_cmd_buf))
99 if (p_cb->p_at_tbl[idx].p_cmd[0] != 0)
102 p_arg = p_cb->p_cmd_buf + strlen(p_cb->p_at_tbl[idx].p_cmd);
139 if ((arg_type & p_cb->p_at_tbl[idx].arg_type) != 0)
143 p_cb->p_at_tbl[idx].fmt == BTA_AG_AT_INT)
146 if (int_arg < (INT16) p_cb->p_at_tbl[idx].min ||
147 int_arg > (INT16) p_cb->p_at_tbl[idx].max)
bta_ag_at.h 66 tBTA_AG_AT_CMD *p_at_tbl; /* AT command table */ member in struct:__anon88
bta_ag_act.c 506 p_scb->at_cb.p_at_tbl = (tBTA_AG_AT_CMD *) bta_ag_at_tbl[p_scb->conn_service];

Completed in 47 milliseconds