Searched refs:port_handles (Results 1 – 6 of 6) sorted by relevance
243 handle = p_mcb->port_handles[i]; in rfc_mx_sm_state_wait_conn_cnf()245 p_mcb->port_handles[i] = 0; in rfc_mx_sm_state_wait_conn_cnf()246 p_mcb->port_handles[i + 1] = handle; in rfc_mx_sm_state_wait_conn_cnf()602 uint8_t handle = p_mcb->port_handles[i]; in rfc_on_l2cap_error()604 p_mcb->port_handles[i] = 0; in rfc_on_l2cap_error()605 p_mcb->port_handles[i + 1] = handle; in rfc_on_l2cap_error()
80 p_mcb->port_handles[p_port->dlci] = p_port->handle; in port_open_continue()302 p_mcb->port_handles[dlci], p_port->handle); in PORT_ParNegInd()303 p_mcb->port_handles[dlci] = p_port->handle; in PORT_ParNegInd()432 p_mcb->port_handles[dlci] = p_port->handle; in PORT_DlcEstablishInd()538 p_mcb->port_handles[dlci] = p_port->handle; in PORT_PortNegInd()974 p_mcb->port_handles[p_port->dlci] = 0; in port_rfc_closed()
284 if (p_mcb->port_handles[i] != 0) { in rfc_check_mcb_active()354 p_mcb->port_handles[p_port->dlci] = 0; in rfc_port_closed()
327 p_mcb->port_handles[rfc_cb.rfc.rx_frame.dlci], p_port->handle, in RFCOMM_BufDataInd()329 p_mcb->port_handles[rfc_cb.rfc.rx_frame.dlci] = p_port->handle; in RFCOMM_BufDataInd()
228 p_port->rfc.p_mcb->port_handles[p_port->dlci] = 0; in port_release_port()318 uint8_t handle = p_mcb->port_handles[dlci]; in port_find_mcb_dlci_port()
87 uint8_t port_handles[RFCOMM_MAX_DLCI + 1]; /* Array for quick access to */ member