Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_port_fsm.cc348 PORT_DlcReleaseInd(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_term_wait_sec_check()
518 PORT_DlcReleaseInd(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_opened()
532 PORT_DlcReleaseInd(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_opened()
Drfc_port_if.cc107 PORT_DlcReleaseInd(p_mcb, dlci); in RFCOMM_DlcEstablishRsp()
Drfc_int.h285 void PORT_DlcReleaseInd(tRFC_MCB* p_mcb, uint8_t dlci);
Dport_rfc.cc701 void PORT_DlcReleaseInd(tRFC_MCB* p_mcb, uint8_t dlci) { in PORT_DlcReleaseInd() function