• Home
  • Raw
  • Download

Lines Matching refs:dlci

124           (uint32_t)(p_port->dlci / 2), &rfc_sec_check_complete, p_port);  in rfc_port_sm_state_closed()
146 (uint32_t)(p_port->dlci / 2), in rfc_port_sm_state_closed()
161 rfc_send_dm(p_port->rfc.p_mcb, p_port->dlci, false); in rfc_port_sm_state_closed()
165 rfc_send_dm(p_port->rfc.p_mcb, p_port->dlci, false); in rfc_port_sm_state_closed()
199 rfc_send_disc(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_sabme_wait_ua()
221 p_port->dlci); in rfc_port_sm_sabme_wait_ua()
224 PORT_DlcEstablishCnf(p_port->rfc.p_mcb, p_port->dlci, in rfc_port_sm_sabme_wait_ua()
232 PORT_DlcEstablishCnf(p_port->rfc.p_mcb, p_port->dlci, in rfc_port_sm_sabme_wait_ua()
240 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_sabme_wait_ua()
241 PORT_DlcEstablishCnf(p_port->rfc.p_mcb, p_port->dlci, in rfc_port_sm_sabme_wait_ua()
248 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_sabme_wait_ua()
257 PORT_DlcEstablishCnf(p_port->rfc.p_mcb, p_port->dlci, in rfc_port_sm_sabme_wait_ua()
284 rfc_send_dm(p_port->rfc.p_mcb, p_port->dlci, true); in rfc_port_sm_term_wait_sec_check()
289 PORT_DlcEstablishInd(p_port->rfc.p_mcb, p_port->dlci, in rfc_port_sm_term_wait_sec_check()
319 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_term_wait_sec_check()
321 PORT_DlcReleaseInd(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_term_wait_sec_check()
331 rfc_send_dm(p_port->rfc.p_mcb, p_port->dlci, true); in rfc_port_sm_term_wait_sec_check()
333 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_term_wait_sec_check()
339 p_port->dlci); in rfc_port_sm_term_wait_sec_check()
368 PORT_DlcEstablishCnf(p_port->rfc.p_mcb, p_port->dlci, 0, in rfc_port_sm_orig_wait_sec_check()
373 rfc_send_sabme(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_orig_wait_sec_check()
423 rfc_send_disc(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_opened()
450 rfc_send_buf_uih(p_port->rfc.p_mcb, p_port->dlci, (BT_HDR*)p_data); in rfc_port_sm_opened()
458 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_opened()
464 PORT_DlcReleaseInd(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_opened()
470 rfc_send_ua(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_opened()
476 PORT_DlcReleaseInd(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_opened()
531 rfc_send_dm(p_port->rfc.p_mcb, p_port->dlci, true); in rfc_port_sm_disc_wait_ua()
535 rfc_send_dm(p_port->rfc.p_mcb, p_port->dlci, true); in rfc_port_sm_disc_wait_ua()
540 rfc_send_dm(p_port->rfc.p_mcb, p_port->dlci, false); in rfc_port_sm_disc_wait_ua()
561 PORT_DataInd(p_port->rfc.p_mcb, p_port->dlci, p_buf); in rfc_port_uplink_data()
576 uint8_t dlci = p_frame->dlci; in rfc_process_pn() local
581 PORT_ParNegInd(p_mcb, dlci, p_frame->u.pn.mtu, p_frame->u.pn.conv_layer, in rfc_process_pn()
587 rfc_send_dm(p_mcb, dlci, false); in rfc_process_pn()
593 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in rfc_process_pn()
597 << ", dlci=" << std::to_string(dlci); in rfc_process_pn()
605 PORT_ParNegCnf(p_mcb, dlci, p_frame->u.pn.mtu, p_frame->u.pn.conv_layer, in rfc_process_pn()
622 p_port = port_find_mcb_dlci_port(p_mcb, p_frame->dlci); in rfc_process_rpn()
629 PORT_PortNegInd(p_mcb, p_frame->dlci, &port_pars, in rfc_process_rpn()
637 rfc_send_rpn(p_mcb, p_frame->dlci, false, &p_port->peer_port_pars, 0); in rfc_process_rpn()
646 PORT_PortNegInd(p_mcb, p_frame->dlci, &port_pars, in rfc_process_rpn()
652 p_port = port_find_mcb_dlci_port(p_mcb, p_frame->dlci); in rfc_process_rpn()
681 rfc_send_rpn(p_mcb, p_frame->dlci, true, &p_port->peer_port_pars, in rfc_process_rpn()
696 PORT_PortNegCnf(p_mcb, p_port->dlci, &port_pars, RFCOMM_SUCCESS); in rfc_process_rpn()
711 rfc_send_rpn(p_mcb, p_frame->dlci, true, &p_port->peer_port_pars, in rfc_process_rpn()
721 PORT_PortNegCnf(p_mcb, p_port->dlci, &port_pars, RFCOMM_SUCCESS); in rfc_process_rpn()
739 p_port = port_find_mcb_dlci_port(p_mcb, p_frame->dlci); in rfc_process_msc()
761 rfc_send_msc(p_mcb, p_frame->dlci, false, &pars); in rfc_process_msc()
768 PORT_FlowInd(p_mcb, p_frame->dlci, (bool)!new_peer_fc); in rfc_process_msc()
771 PORT_ControlInd(p_mcb, p_frame->dlci, &pars); in rfc_process_msc()
783 PORT_ControlCnf(p_port->rfc.p_mcb, p_port->dlci, &pars); in rfc_process_msc()
798 PORT_LineStatusInd(p_mcb, p_frame->dlci, p_frame->u.rls.line_status); in rfc_process_rls()
799 rfc_send_rls(p_mcb, p_frame->dlci, false, p_frame->u.rls.line_status); in rfc_process_rls()
801 p_port = port_find_mcb_dlci_port(p_mcb, p_frame->dlci); in rfc_process_rls()