Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Dport_rfc.cc73 p_mcb->port_inx[p_port->dlci] = p_port->inx; in port_open_continue()
165 p_port->p_callback(events, p_port->inx); in port_start_close()
172 p_port->p_mgmt_callback(PORT_CLOSED, p_port->inx); in port_start_close()
218 (p_port->p_callback)(PORT_EV_CONNECT_ERR, p_port->inx); in PORT_StartCnf()
221 p_port->p_mgmt_callback(PORT_START_FAILED, p_port->inx); in PORT_StartCnf()
296 p_mcb->port_inx[dlci], p_port->inx); in PORT_ParNegInd()
297 p_mcb->port_inx[dlci] = p_port->inx; in PORT_ParNegInd()
380 p_port->inx); in PORT_ParNegCnf()
439 p_mcb->port_inx[dlci] = p_port->inx; in PORT_DlcEstablishInd()
453 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx); in PORT_DlcEstablishInd()
[all …]
Drfc_port_fsm.cc146 RFCOMM_TRACE_WARNING("%s, RFC_EVENT_DM, index=%d", __func__, p_port->inx); in rfc_port_sm_state_closed()
197 p_port->inx); in rfc_port_sm_sabme_wait_ua()
213 RFCOMM_TRACE_WARNING("%s, RFC_EVENT_DM, index=%d", __func__, p_port->inx); in rfc_port_sm_sabme_wait_ua()
222 p_port->inx); in rfc_port_sm_sabme_wait_ua()
285 p_port->inx); in rfc_port_sm_term_wait_sec_check()
342 __func__, event, p_port->inx, *((uint8_t*)p_data)); in rfc_port_sm_orig_wait_sec_check()
362 p_port->inx); in rfc_port_sm_orig_wait_sec_check()
406 p_port->inx); in rfc_port_sm_opened()
438 RFCOMM_TRACE_WARNING("%s, RFC_EVENT_DM, index=%d", __func__, p_port->inx); in rfc_port_sm_opened()
487 p_port->inx); in rfc_port_sm_disc_wait_ua()
[all …]
Dport_utils.cc75 p_port->inx = yy + 1; in port_allocate_port()
245 RFCOMM_TRACE_DEBUG("%s Re-initialize handle: %d", __func__, p_port->inx); in port_release_port()
267 RFCOMM_TRACE_DEBUG("%s Clean-up handle: %d", __func__, p_port->inx); in port_release_port()
320 uint8_t inx = p_mcb->port_inx[dlci]; in port_find_mcb_dlci_port() local
321 if (inx == 0) { in port_find_mcb_dlci_port()
327 return &rfc_cb.port.port[inx - 1]; in port_find_mcb_dlci_port()
Dport_api.cc156 << ", p_mcb=" << p_mcb << ", port=" << +p_port->inx; in RFCOMM_CreateConnection()
157 *p_handle = p_port->inx; in RFCOMM_CreateConnection()
192 *p_handle = p_port->inx; in RFCOMM_CreateConnection()
830 p_port->p_callback(events, p_port->inx); in PORT_FlowControl()
897 p_port->p_callback(events, p_port->inx); in PORT_FlowControl_MaxCredit()
1121 (p_port->p_callback)(events, p_port->inx); in PORT_Purge()
1309 p_port->p_callback(PORT_EV_ERR, p_port->inx); in port_write()
1387 if (p_port->p_callback && event) (p_port->p_callback)(event, p_port->inx); in PORT_Write()
1542 if (p_port->p_callback && event) (p_port->p_callback)(event, p_port->inx); in PORT_WriteDataCO()
1653 if (p_port->p_callback && event) (p_port->p_callback)(event, p_port->inx); in PORT_WriteData()
Drfc_l2cap_if.cc346 p_mcb->port_inx[rfc_cb.rfc.rx_frame.dlci], p_port->inx); in RFCOMM_BufDataInd()
347 p_mcb->port_inx[rfc_cb.rfc.rx_frame.dlci] = p_port->inx; in RFCOMM_BufDataInd()
Dport_int.h142 uint8_t inx; /* Index of this control block in the port_info array */ member
/system/bt/stack/btm/
Dbtm_inq.cc987 uint16_t inx; in BTM_InqDbNext() local
991 inx = (uint16_t)((p_ent - btm_cb.btm_inq_vars.inq_db) + 1); in BTM_InqDbNext()
993 for (p_ent = &btm_cb.btm_inq_vars.inq_db[inx]; inx < BTM_INQ_DB_SIZE; in BTM_InqDbNext()
994 inx++, p_ent++) { in BTM_InqDbNext()
/system/bt/bta/av/
Dbta_av_act.cc1555 uint32_t inx = PTR_TO_UINT(data); in bta_av_accept_signalling_timer_cback() local
1558 if (inx < BTA_AV_NUM_STRS) { in bta_av_accept_signalling_timer_cback()
1559 p_scb = p_cb->p_scb[inx]; in bta_av_accept_signalling_timer_cback()
1577 UINT_TO_PTR(inx)); in bta_av_accept_signalling_timer_cback()