Home
last modified time | relevance | path

Searched refs:inx (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/rfcomm/
Dport_rfc.c71 p_mcb->port_inx[p_port->dlci] = p_port->inx; in port_open_continue()
171 p_port->p_callback (events, p_port->inx); in port_start_close()
179 p_port->p_mgmt_callback (PORT_CLOSED, p_port->inx); in port_start_close()
233 (p_port->p_callback)(PORT_EV_CONNECT_ERR, p_port->inx); in PORT_StartCnf()
236 p_port->p_mgmt_callback (PORT_START_FAILED, p_port->inx); in PORT_StartCnf()
316 p_mcb->port_inx[dlci] = p_port->inx; in PORT_ParNegInd()
464 p_mcb->port_inx[dlci] = p_port->inx; in PORT_DlcEstablishInd()
479 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx); in PORT_DlcEstablishInd()
482 p_port->p_mgmt_callback (PORT_SUCCESS, p_port->inx); in PORT_DlcEstablishInd()
522 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx); in PORT_DlcEstablishCnf()
[all …]
Dport_utils.c79 p_port->inx = yy + 1; in port_allocate_port()
244 RFCOMM_TRACE_DEBUG ("port_release_port:Initialize handle:%d", p_port->inx); in port_release_port()
267 RFCOMM_TRACE_DEBUG ("port_release_port:Clean-up handle:%d", p_port->inx); in port_release_port()
319 UINT8 inx; in port_find_mcb_dlci_port() local
327 inx = p_mcb->port_inx[dlci]; in port_find_mcb_dlci_port()
328 if (inx == 0) in port_find_mcb_dlci_port()
334 return (&rfc_cb.port.port[inx - 1]); in port_find_mcb_dlci_port()
Dport_api.c184 *p_handle = p_port->inx; in RFCOMM_CreateConnection()
879 p_port->p_callback (events, p_port->inx); in PORT_FlowControl()
958 p_port->p_callback (events, p_port->inx); in PORT_FlowControl_MaxCredit()
1203 (p_port->p_callback)(events, p_port->inx); in PORT_Purge()
1415 p_port->p_callback (PORT_EV_ERR, p_port->inx); in port_write()
1500 (p_port->p_callback)(event, p_port->inx); in PORT_Write()
1656 (p_port->p_callback)(event, p_port->inx); in PORT_WriteDataCO()
1782 (p_port->p_callback)(event, p_port->inx); in PORT_WriteData()
Dport_int.h147 UINT8 inx; /* Index of this control block in the port_info array */ member
Drfc_l2cap_if.c363 p_mcb->port_inx[rfc_cb.rfc.rx_frame.dlci] = p_port->inx; in RFCOMM_BufDataInd()
/system/bt/stack/btm/
Dbtm_inq.c1183 UINT16 inx; in BTM_InqDbNext() local
1188 inx = (UINT16)((p_ent - btm_cb.btm_inq_vars.inq_db) + 1); in BTM_InqDbNext()
1190 for (p_ent = &btm_cb.btm_inq_vars.inq_db[inx]; inx < BTM_INQ_DB_SIZE; inx++, p_ent++) in BTM_InqDbNext()
/system/bt/bta/av/
Dbta_av_act.c1567 UINT8 inx = (UINT8)p_tle->param; in bta_av_acp_sig_timer_cback() local
1571 if (inx < BTA_AV_NUM_STRS) in bta_av_acp_sig_timer_cback()
1573 p_scb = p_cb->p_scb[inx]; in bta_av_acp_sig_timer_cback()
1590 p_cb->acp_sig_tmr.param = (UINT32)inx; in bta_av_acp_sig_timer_cback()