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.cc86 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_DlcEstablishReq()
110 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_DlcEstablishRsp()
135 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_ParameterNegotiationRequest()
204 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_PortParameterNegotiationRequest()
245 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_ControlReq()
273 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_FlowReq()
300 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_LineStatusReq()
324 rfc_port_sm_execute(port_find_mcb_dlci_port(p_mcb, dlci), RFC_EVENT_CLOSE, in RFCOMM_DlcReleaseReq()
336 rfc_port_sm_execute(port_find_mcb_dlci_port(p_mcb, dlci), RFC_EVENT_DATA, in RFCOMM_DataReq()
Dport_rfc.cc275 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_ParNegInd()
364 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_ParNegCnf()
421 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_DlcEstablishInd()
469 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_DlcEstablishCnf()
519 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_PortNegInd()
548 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_PortNegCnf()
582 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_ControlInd()
635 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_ControlCnf()
667 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_LineStatusInd()
697 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_DlcReleaseInd()
[all …]
Drfc_port_fsm.cc603 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in rfc_process_pn()
632 p_port = port_find_mcb_dlci_port(p_mcb, p_frame->dlci); in rfc_process_rpn()
662 p_port = port_find_mcb_dlci_port(p_mcb, p_frame->dlci); in rfc_process_rpn()
749 p_port = port_find_mcb_dlci_port(p_mcb, p_frame->dlci); in rfc_process_msc()
811 p_port = port_find_mcb_dlci_port(p_mcb, p_frame->dlci); in rfc_process_rls()
Dport_int.h207 extern tPORT* port_find_mcb_dlci_port(tRFC_MCB* p_mcb, uint8_t dlci);
Drfc_l2cap_if.cc286 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, rfc_cb.rfc.rx_frame.dlci); in RFCOMM_BufDataInd()
Dport_utils.cc309 tPORT* port_find_mcb_dlci_port(tRFC_MCB* p_mcb, uint8_t dlci) { in port_find_mcb_dlci_port() function