Home
last modified time | relevance | path

Searched refs:PORT_DlcReleaseInd (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/rfcomm/
Drfc_port_fsm.c295 PORT_DlcReleaseInd (p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_term_wait_sec_check()
427 PORT_DlcReleaseInd (p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_opened()
441 PORT_DlcReleaseInd (p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_opened()
Drfc_port_if.c115 PORT_DlcReleaseInd (p_mcb, dlci); in RFCOMM_DlcEstablishRsp()
Drfc_int.h363 extern void PORT_DlcReleaseInd (tRFC_MCB *p_mcb, UINT8 dlci);
Dport_rfc.c756 void PORT_DlcReleaseInd (tRFC_MCB *p_mcb, UINT8 dlci) in PORT_DlcReleaseInd() function