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

/system/bt/stack/rfcomm/
H A Drfc_port_if.c91 tPORT *p_port = port_find_mcb_dlci_port(p_mcb, dlci);
119 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
146 tPORT *p_port = port_find_mcb_dlci_port(p_mcb, dlci);
223 tPORT *p_port = port_find_mcb_dlci_port(p_mcb, dlci);
270 tPORT *p_port = port_find_mcb_dlci_port(p_mcb, dlci);
302 tPORT *p_port = port_find_mcb_dlci_port(p_mcb, dlci);
333 tPORT *p_port = port_find_mcb_dlci_port(p_mcb, dlci);
360 rfc_port_sm_execute(port_find_mcb_dlci_port (p_mcb, dlci), RFC_EVENT_CLOSE, 0);
373 rfc_port_sm_execute(port_find_mcb_dlci_port (p_mcb, dlci), RFC_EVENT_DATA, p_buf);
H A Dport_rfc.c297 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
388 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
449 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
501 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
553 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
585 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
627 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
686 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
724 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci);
758 tPORT *p_port = port_find_mcb_dlci_port (p_mc
[all...]
H A Drfc_port_fsm.c557 p_port = port_find_mcb_dlci_port (p_mcb, dlci);
584 if ((p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci)) == NULL)
617 p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci);
702 p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci);
777 p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci);
H A Dport_int.h229 extern tPORT *port_find_mcb_dlci_port (tRFC_MCB *p_mcb, UINT8 dlci);
H A Drfc_l2cap_if.c345 if (((p_port = port_find_mcb_dlci_port (p_mcb, rfc_cb.rfc.rx_frame.dlci)) == NULL)
H A Dport_utils.c312 ** Function port_find_mcb_dlci_port
322 tPORT *port_find_mcb_dlci_port (tRFC_MCB *p_mcb, UINT8 dlci) function
335 RFCOMM_TRACE_DEBUG("port_find_mcb_dlci_port: p_mcb:%p, port_inx[dlci:%d] is 0", p_mcb, dlci);

Completed in 73 milliseconds