Searched defs:inx (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/rfcomm/
H A Dport_utils.c81 p_port->inx = yy + 1;
249 RFCOMM_TRACE_DEBUG("%s Re-initialize handle: %d", __func__, p_port->inx);
272 RFCOMM_TRACE_DEBUG("%s Clean-up handle: %d", __func__, p_port->inx);
324 UINT8 inx; local
332 inx = p_mcb->port_inx[dlci];
333 if (inx == 0)
339 return (&rfc_cb.port.port[inx - 1]);
H A Dport_int.h147 UINT8 inx; /* Index of this control block in the port_info array */ member in struct:__anon1256
/system/bt/bta/av/
H A Dbta_av_act.c1599 UINT32 inx = PTR_TO_UINT(data); local
1602 if (inx < BTA_AV_NUM_STRS)
1604 p_scb = p_cb->p_scb[inx];
1626 UINT_TO_PTR(inx),
/system/bt/stack/btm/
H A Dbtm_inq.c1189 UINT16 inx; local
1194 inx = (UINT16)((p_ent - btm_cb.btm_inq_vars.inq_db) + 1);
1196 for (p_ent = &btm_cb.btm_inq_vars.inq_db[inx]; inx < BTM_INQ_DB_SIZE; inx++, p_ent++)

Completed in 117 milliseconds