Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_port_if.c93 tPORT *p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_DlcEstablishReq()
120 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in RFCOMM_DlcEstablishRsp()
147 tPORT *p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_ParNegReq()
220 tPORT *p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_PortNegReq()
269 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()
334 tPORT *p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_LineStatusReq()
362 rfc_port_sm_execute(port_find_mcb_dlci_port (p_mcb, dlci), RFC_EVENT_CLOSE, 0); in RFCOMM_DlcReleaseReq()
375 rfc_port_sm_execute(port_find_mcb_dlci_port (p_mcb, dlci), RFC_EVENT_DATA, p_buf); in RFCOMM_DataReq()
Dport_rfc.c291 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_ParNegInd()
371 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_ParNegCnf()
429 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_DlcEstablishInd()
507 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_DlcEstablishCnf()
571 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_PortNegInd()
601 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_PortNegCnf()
638 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_ControlInd()
697 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_ControlCnf()
736 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_LineStatusInd()
775 tPORT *p_port = port_find_mcb_dlci_port (p_mcb, dlci); in PORT_DlcReleaseInd()
[all …]
Drfc_port_fsm.c543 p_port = port_find_mcb_dlci_port (p_mcb, dlci); in rfc_process_pn()
571 if ((p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci)) == NULL) { in rfc_process_rpn()
600 p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci); in rfc_process_rpn()
679 p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci); in rfc_process_msc()
756 p_port = port_find_mcb_dlci_port (p_mcb, p_frame->dlci); in rfc_process_rls()
Drfc_l2cap_if.c335 if (((p_port = port_find_mcb_dlci_port (p_mcb, rfc_cb.rfc.rx_frame.dlci)) == NULL) in RFCOMM_BufDataInd()
Dport_utils.c318 tPORT *port_find_mcb_dlci_port (tRFC_MCB *p_mcb, UINT8 dlci) in port_find_mcb_dlci_port() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h226 extern tPORT *port_find_mcb_dlci_port (tRFC_MCB *p_mcb, UINT8 dlci);