Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_int.h129 PORT_CONNECTION_STATE_OPENING = 1, enumerator
138 CASE_RETURN_STRING(PORT_CONNECTION_STATE_OPENING); in port_connection_state_text()
Dport_api.cc193 p_port->state = PORT_CONNECTION_STATE_OPENING; in RFCOMM_CreateConnectionWithSecurity()
710 if (p_port->state == PORT_CONNECTION_STATE_OPENING) { in PORT_ReadData()
1026 if (p_port->state == PORT_CONNECTION_STATE_OPENING) { in PORT_WriteData()
Dport_rfc.cc402 if (p_port->state == PORT_CONNECTION_STATE_OPENING) in PORT_ParNegCnf()
966 if ((p_port->state == PORT_CONNECTION_STATE_OPENING) && (p_port->is_server)) { in port_rfc_closed()
Dport_utils.cc259 p_port->state = PORT_CONNECTION_STATE_OPENING; in port_release_port()