Searched refs:port_find_mcb_dlci_port (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/rfcomm/ |
D | rfc_port_if.c | 91 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()
|
D | port_rfc.c | 297 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 …]
|
D | rfc_port_fsm.c | 557 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()
|
D | port_int.h | 229 extern tPORT *port_find_mcb_dlci_port (tRFC_MCB *p_mcb, UINT8 dlci);
|
D | rfc_l2cap_if.c | 345 if (((p_port = port_find_mcb_dlci_port (p_mcb, rfc_cb.rfc.rx_frame.dlci)) == NULL) in RFCOMM_BufDataInd()
|
D | port_utils.c | 322 tPORT *port_find_mcb_dlci_port (tRFC_MCB *p_mcb, UINT8 dlci) in port_find_mcb_dlci_port() function
|