Lines Matching refs:dlci

115                                    BTM_SEC_PROTO_RFCOMM, (UINT32)(p_port->dlci / 2),
136 BTM_SEC_PROTO_RFCOMM, (UINT32)(p_port->dlci / 2),
149 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, FALSE);
153 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, FALSE);
187 rfc_send_disc (p_port->rfc.p_mcb, p_port->dlci);
203 PORT_DlcEstablishCnf (p_port->rfc.p_mcb, p_port->dlci, p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_SUCCESS);
208 PORT_DlcEstablishCnf (p_port->rfc.p_mcb, p_port->dlci, p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_ERROR);
213 rfc_send_ua (p_port->rfc.p_mcb, p_port->dlci);
214 PORT_DlcEstablishCnf (p_port->rfc.p_mcb, p_port->dlci, p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_ERROR);
220 rfc_send_ua (p_port->rfc.p_mcb, p_port->dlci);
229 PORT_DlcEstablishCnf (p_port->rfc.p_mcb, p_port->dlci, p_port->rfc.p_mcb->peer_l2cap_mtu, RFCOMM_ERROR);
259 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, TRUE);
266 PORT_DlcEstablishInd (p_port->rfc.p_mcb, p_port->dlci, p_port->rfc.p_mcb->peer_l2cap_mtu);
292 rfc_send_ua (p_port->rfc.p_mcb, p_port->dlci);
294 PORT_DlcReleaseInd (p_port->rfc.p_mcb, p_port->dlci);
305 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, TRUE);
309 rfc_send_ua (p_port->rfc.p_mcb, p_port->dlci);
337 PORT_DlcEstablishCnf (p_port->rfc.p_mcb, p_port->dlci, 0, RFCOMM_SECURITY_ERR);
341 rfc_send_sabme (p_port->rfc.p_mcb, p_port->dlci);
347 case RFC_EVENT_SABME: /* Peer should not use the same dlci */
389 rfc_send_disc (p_port->rfc.p_mcb, p_port->dlci);
414 rfc_send_buf_uih (p_port->rfc.p_mcb, p_port->dlci, (BT_HDR *)p_data);
422 rfc_send_ua (p_port->rfc.p_mcb, p_port->dlci);
426 PORT_DlcReleaseInd (p_port->rfc.p_mcb, p_port->dlci);
432 rfc_send_ua (p_port->rfc.p_mcb, p_port->dlci);
440 PORT_DlcReleaseInd (p_port->rfc.p_mcb, p_port->dlci);
492 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, TRUE);
496 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, TRUE);
501 rfc_send_dm (p_port->rfc.p_mcb, p_port->dlci, FALSE);
522 PORT_DataInd (p_port->rfc.p_mcb, p_port->dlci, p_buf);
537 UINT8 dlci = p_frame->dlci;
544 PORT_ParNegInd (p_mcb, dlci, p_frame->u.pn.mtu,
549 rfc_send_dm(p_mcb, dlci, FALSE);
556 p_port = port_find_mcb_dlci_port (p_mcb, dlci);
564 PORT_ParNegCnf (p_mcb, dlci, p_frame->u.pn.mtu,
583 if ((p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci)) == NULL)
592 PORT_PortNegInd(p_mcb, p_frame->dlci, &port_pars, p_frame->u.rpn.param_mask);
601 rfc_send_rpn (p_mcb, p_frame->dlci, FALSE, &p_port->peer_port_pars, 0);
611 PORT_PortNegInd (p_mcb, p_frame->dlci, &port_pars, p_frame->u.rpn.param_mask);
616 p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci);
642 rfc_send_rpn (p_mcb, p_frame->dlci, TRUE, &p_port->peer_port_pars,
657 PORT_PortNegCnf (p_mcb, p_port->dlci, &port_pars, RFCOMM_SUCCESS);
671 rfc_send_rpn (p_mcb, p_frame->dlci, TRUE, &p_port->peer_port_pars,
681 PORT_PortNegCnf (p_mcb, p_port->dlci, &port_pars, RFCOMM_SUCCESS);
701 p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci);
729 rfc_send_msc (p_mcb, p_frame->dlci, FALSE, &pars);
737 PORT_FlowInd (p_mcb, p_frame->dlci, (BOOLEAN)!new_peer_fc);
740 PORT_ControlInd (p_mcb, p_frame->dlci, &pars);
753 PORT_ControlCnf (p_port->rfc.p_mcb, p_port->dlci, &pars);
771 PORT_LineStatusInd (p_mcb, p_frame->dlci, p_frame->u.rls.line_status);
772 rfc_send_rls (p_mcb, p_frame->dlci, FALSE, p_frame->u.rls.line_status);
776 p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci);