Home
last modified time | relevance | path

Searched refs:PORT_START_FAILED (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/rfcomm/
Dport_rfc.c228 p_port->error = PORT_START_FAILED; in PORT_StartCnf()
237 p_port->p_mgmt_callback (PORT_START_FAILED, p_port->inx); in PORT_StartCnf()
510 p_port->error = PORT_START_FAILED; in PORT_DlcEstablishCnf()
511 port_rfc_closed (p_port, PORT_START_FAILED); in PORT_DlcEstablishCnf()
/system/bt/stack/include/
Dport_api.h163 #define PORT_START_FAILED (PORT_ERR_BASE + 12) macro