Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_rfc.cc54 void port_rfc_closed(tPORT* p_port, uint8_t res);
480 port_rfc_closed(p_port, PORT_START_FAILED); in PORT_DlcEstablishCnf()
569 port_rfc_closed(p_port, PORT_PORT_NEG_FAILED); in PORT_PortNegCnf()
705 port_rfc_closed(p_port, PORT_CLOSED); in PORT_DlcReleaseInd()
727 port_rfc_closed(p_port, PORT_PEER_CONNECTION_FAILED); in PORT_CloseInd()
753 port_rfc_closed(p_port, PORT_PEER_TIMEOUT); in PORT_TimeOutCloseMux()
961 void port_rfc_closed(tPORT* p_port, uint8_t res) { in port_rfc_closed() function
Dport_int.h249 void port_rfc_closed(tPORT* p_port, uint8_t res);
Drfc_utils.cc361 port_rfc_closed(p_port, PORT_CLOSED); in rfc_port_closed()
Drfc_port_fsm.cc315 port_rfc_closed(p_port, PORT_SEC_FAILED); in rfc_port_sm_term_wait_sec_check()