Searched refs:PORT_CTRL_REQ_SENT (Results 1 – 4 of 4) sorted by relevance
178 #define PORT_CTRL_REQ_SENT 0x01 macro
281 p_port->port_ctrl |= PORT_CTRL_REQ_SENT; in RFCOMM_ControlReq()
620 if (!(p_port->port_ctrl & PORT_CTRL_REQ_SENT)) { in PORT_PortNegCnf()654 if (!(p_port->port_ctrl & PORT_CTRL_REQ_SENT)) { in PORT_ControlInd()
1392 || ((p_port->port_ctrl & (PORT_CTRL_REQ_SENT | PORT_CTRL_IND_RECEIVED)) != in port_write()1393 (PORT_CTRL_REQ_SENT | PORT_CTRL_IND_RECEIVED))) { in port_write()