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

  /system/bt/bta/ag/
bta_ag_at.cc 85 for (idx = 0; p_cb->p_at_tbl[idx].p_cmd[0] != 0; idx++) {
86 if (!utl_strucmp(p_cb->p_at_tbl[idx].p_cmd, p_cb->p_cmd_buf)) {
92 if (p_cb->p_at_tbl[idx].p_cmd[0] != 0) {
94 p_arg = p_cb->p_cmd_buf + strlen(p_cb->p_at_tbl[idx].p_cmd);
124 if ((arg_type & p_cb->p_at_tbl[idx].arg_type) != 0) {
127 p_cb->p_at_tbl[idx].fmt == BTA_AG_AT_INT) {
129 if (int_arg < (int16_t)p_cb->p_at_tbl[idx].min ||
130 int_arg > (int16_t)p_cb->p_at_tbl[idx].max) {
135 p_cb->p_at_tbl[idx].command_id, arg_type, p_arg,
140 p_cb->p_at_tbl[idx].command_id, arg_type, p_arg
    [all...]
bta_ag_at.h 68 const tBTA_AG_AT_CMD* p_at_tbl; /* AT command table */ member in struct:__anon1210
bta_ag_act.cc 487 p_scb->at_cb.p_at_tbl = bta_ag_at_tbl[p_scb->conn_service];

Completed in 222 milliseconds