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