Searched refs:PORT_DlcReleaseInd (Results 1 – 4 of 4) sorted by relevance
104 PORT_DlcReleaseInd(p_mcb, dlci); in RFCOMM_DlcEstablishRsp()
321 PORT_DlcReleaseInd(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_term_wait_sec_check()464 PORT_DlcReleaseInd(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_opened()476 PORT_DlcReleaseInd(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_opened()
360 extern void PORT_DlcReleaseInd(tRFC_MCB* p_mcb, uint8_t dlci);
695 void PORT_DlcReleaseInd(tRFC_MCB* p_mcb, uint8_t dlci) { in PORT_DlcReleaseInd() function