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

/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_utils.c79 p_port->inx = yy + 1;
244 RFCOMM_TRACE_DEBUG1 ("port_release_port:Initialize handle:%d", p_port->inx);
267 RFCOMM_TRACE_DEBUG1 ("port_release_port:Clean-up handle:%d", p_port->inx);
319 UINT8 inx; local
327 inx = p_mcb->port_inx[dlci];
328 if (inx == 0)
334 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:t_port_info
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_act.c1553 UINT8 inx = (UINT8)p_tle->param; local
1555 tBTA_AV_SCB *p_scb = p_cb->p_scb[inx];
1573 p_cb->acp_sig_tmr.param = (UINT32)inx;
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c1202 UINT16 inx; local
1208 inx = (UINT16)((p_ent - btm_cb.btm_inq_vars.inq_db) + 1);
1210 for (p_ent = &btm_cb.btm_inq_vars.inq_db[inx]; inx < BTM_INQ_DB_SIZE; inx++, p_ent++)
1296 UINT16 inx; local
1301 inx = (UINT16)((p_ent - btm_cb.btm_inq_vars.inq_db) + 1);
1303 for (p_ent = &btm_cb.btm_inq_vars.inq_db[inx]; inx < BTM_INQ_DB_SIZE; inx
[all...]

Completed in 58 milliseconds