Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Dport_rfc.cc45 void port_rfc_closed(tPORT* p_port, uint8_t res);
479 port_rfc_closed(p_port, PORT_START_FAILED); in PORT_DlcEstablishCnf()
563 port_rfc_closed(p_port, PORT_PORT_NEG_FAILED); in PORT_PortNegCnf()
700 port_rfc_closed(p_port, PORT_CLOSED); in PORT_DlcReleaseInd()
720 port_rfc_closed(p_port, PORT_PEER_CONNECTION_FAILED); in PORT_CloseInd()
743 port_rfc_closed(p_port, PORT_PEER_TIMEOUT); in Port_TimeOutCloseMux()
949 void port_rfc_closed(tPORT* p_port, uint8_t res) { in port_rfc_closed() function
Dport_int.h239 extern void port_rfc_closed(tPORT* p_port, uint8_t res);
Drfc_utils.cc363 port_rfc_closed(p_port, PORT_CLOSED); in rfc_port_closed()
Drfc_port_fsm.cc286 port_rfc_closed(p_port, PORT_SEC_FAILED); in rfc_port_sm_term_wait_sec_check()