Searched refs:port_find_mcb_dlci_port (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/rfcomm/ |
D | rfc_port_if.cc | 84 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_DlcEstablishReq() 108 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_DlcEstablishRsp() 133 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_ParameterNegotiationRequest() 202 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_PortParameterNegotiationRequest() 243 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_ControlReq() 271 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_FlowReq() 298 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_LineStatusReq() 322 rfc_port_sm_execute(port_find_mcb_dlci_port(p_mcb, dlci), RFC_EVENT_CLOSE, in RFCOMM_DlcReleaseReq() 334 rfc_port_sm_execute(port_find_mcb_dlci_port(p_mcb, dlci), RFC_EVENT_DATA, in RFCOMM_DataReq()
|
D | port_rfc.cc | 276 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_ParNegInd() 365 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_ParNegCnf() 422 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_DlcEstablishInd() 470 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_DlcEstablishCnf() 520 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_PortNegInd() 549 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_PortNegCnf() 583 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_ControlInd() 636 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_ControlCnf() 668 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_LineStatusInd() 698 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_DlcReleaseInd() [all …]
|
D | rfc_port_fsm.cc | 593 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in rfc_process_pn() 622 p_port = port_find_mcb_dlci_port(p_mcb, p_frame->dlci); in rfc_process_rpn() 652 p_port = port_find_mcb_dlci_port(p_mcb, p_frame->dlci); in rfc_process_rpn() 739 p_port = port_find_mcb_dlci_port(p_mcb, p_frame->dlci); in rfc_process_msc() 801 p_port = port_find_mcb_dlci_port(p_mcb, p_frame->dlci); in rfc_process_rls()
|
D | port_int.h | 205 extern tPORT* port_find_mcb_dlci_port(tRFC_MCB* p_mcb, uint8_t dlci);
|
D | rfc_l2cap_if.cc | 320 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, rfc_cb.rfc.rx_frame.dlci); in RFCOMM_BufDataInd()
|
D | port_utils.cc | 307 tPORT* port_find_mcb_dlci_port(tRFC_MCB* p_mcb, uint8_t dlci) { in port_find_mcb_dlci_port() function
|