Searched refs:port_ctrl (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_rfc.c603 if (!(p_port->port_ctrl & PORT_CTRL_REQ_SENT))
639 if (!(p_port->port_ctrl & PORT_CTRL_REQ_SENT))
644 if (!(p_port->port_ctrl & PORT_CTRL_IND_RECEIVED))
649 if (p_port->port_ctrl & PORT_CTRL_REQ_CONFIRMED)
655 p_port->port_ctrl |= (PORT_CTRL_IND_RECEIVED | PORT_CTRL_IND_RESPONDED);
691 if (!(p_port->port_ctrl & PORT_CTRL_REQ_CONFIRMED))
693 p_port->port_ctrl |= PORT_CTRL_REQ_CONFIRMED;
695 if (p_port->port_ctrl & PORT_CTRL_IND_RECEIVED)
699 if (p_port->port_ctrl & PORT_CTRL_IND_RECEIVED)
H A Dport_int.h187 UINT8 port_ctrl; /* Modem Status Command */ member in struct:t_port_info
H A Drfc_port_if.c254 p_port->port_ctrl |= PORT_CTRL_REQ_SENT;
H A Dport_utils.c112 p_port->port_ctrl = 0;
H A Dport_api.c1288 || ((p_port->port_ctrl & (PORT_CTRL_REQ_SENT | PORT_CTRL_IND_RECEIVED)) !=
1309 p_port->port_ctrl);

Completed in 73 milliseconds