Searched refs:PORT_STATE_CLOSING (Results 1 – 3 of 3) sorted by relevance
149 #define PORT_STATE_CLOSING 3 macro
249 p_port->state = PORT_STATE_CLOSING; in RFCOMM_RemoveConnection()288 p_port->state = PORT_STATE_CLOSING; in RFCOMM_RemoveServer()
1080 if ((p_port->state != PORT_STATE_CLOSING) && (p_port->state != PORT_STATE_CLOSED)) { in port_rfc_closed()