Searched refs:PORT_CTRL_IND_RECEIVED (Results 1 - 3 of 3) sorted by relevance

/system/bt/stack/rfcomm/
H A Dport_int.h184 #define PORT_CTRL_IND_RECEIVED 0x04 macro
H A Dport_rfc.c647 if (!(p_port->port_ctrl & PORT_CTRL_IND_RECEIVED))
658 p_port->port_ctrl |= (PORT_CTRL_IND_RECEIVED | PORT_CTRL_IND_RESPONDED);
699 if (p_port->port_ctrl & PORT_CTRL_IND_RECEIVED)
703 if (p_port->port_ctrl & PORT_CTRL_IND_RECEIVED)
H A Dport_api.c1393 || ((p_port->port_ctrl & (PORT_CTRL_REQ_SENT | PORT_CTRL_IND_RECEIVED)) !=
1394 (PORT_CTRL_REQ_SENT | PORT_CTRL_IND_RECEIVED)))

Completed in 41 milliseconds