Home
last modified time | relevance | path

Searched refs:port_find_mcb_dlci_port (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/rfcomm/
Drfc_port_if.c91 tPORT *p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_DlcEstablishReq()
119 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in RFCOMM_DlcEstablishRsp()
146 tPORT *p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_ParNegReq()
223 tPORT *p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_PortNegReq()
270 tPORT *p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_ControlReq()
302 tPORT *p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_FlowReq()
333 tPORT *p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_LineStatusReq()
360 rfc_port_sm_execute(port_find_mcb_dlci_port (p_mcb, dlci), RFC_EVENT_CLOSE, 0); in RFCOMM_DlcReleaseReq()
373 rfc_port_sm_execute(port_find_mcb_dlci_port (p_mcb, dlci), RFC_EVENT_DATA, p_buf); in RFCOMM_DataReq()
Dport_rfc.c297 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_ParNegInd()
388 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_ParNegCnf()
449 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_DlcEstablishInd()
501 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_DlcEstablishCnf()
553 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_PortNegInd()
585 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_PortNegCnf()
627 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_ControlInd()
686 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_ControlCnf()
724 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_LineStatusInd()
758 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_DlcReleaseInd()
[all …]
Drfc_port_fsm.c557 p_port = port_find_mcb_dlci_port (p_mcb, dlci); in rfc_process_pn()
584 if ((p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci)) == NULL) in rfc_process_rpn()
617 p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci); in rfc_process_rpn()
702 p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci); in rfc_process_msc()
777 p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci); in rfc_process_rls()
Dport_int.h229 extern tPORT *port_find_mcb_dlci_port (tRFC_MCB *p_mcb, UINT8 dlci);
Drfc_l2cap_if.c345 if (((p_port = port_find_mcb_dlci_port (p_mcb, rfc_cb.rfc.rx_frame.dlci)) == NULL) in RFCOMM_BufDataInd()
Dport_utils.c322 tPORT *port_find_mcb_dlci_port (tRFC_MCB *p_mcb, UINT8 dlci) in port_find_mcb_dlci_port() function