Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/rfcomm/
H A Dport_rfc.cc566 if (!(p_port->port_ctrl & PORT_CTRL_REQ_SENT)) { in PORT_PortNegCnf()
596 if (!(p_port->port_ctrl & PORT_CTRL_REQ_SENT)) { in PORT_ControlInd()
600 if (!(p_port->port_ctrl & PORT_CTRL_IND_RECEIVED)) { in PORT_ControlInd()
604 if (p_port->port_ctrl & PORT_CTRL_REQ_CONFIRMED) { in PORT_ControlInd()
609 p_port->port_ctrl |= (PORT_CTRL_IND_RECEIVED | PORT_CTRL_IND_RESPONDED); in PORT_ControlInd()
642 if (!(p_port->port_ctrl & PORT_CTRL_REQ_CONFIRMED)) { in PORT_ControlCnf()
643 p_port->port_ctrl |= PORT_CTRL_REQ_CONFIRMED; in PORT_ControlCnf()
645 if (p_port->port_ctrl & PORT_CTRL_IND_RECEIVED) in PORT_ControlCnf()
649 if (p_port->port_ctrl & PORT_CTRL_IND_RECEIVED) { in PORT_ControlCnf()
H A Dport_int.h167 uint8_t port_ctrl; /* Modem Status Command */ member
H A Drfc_port_if.cc255 p_port->port_ctrl |= PORT_CTRL_REQ_SENT; in RFCOMM_ControlReq()
H A Dport_api.cc803 ((p_port->port_ctrl & (PORT_CTRL_REQ_SENT | PORT_CTRL_IND_RECEIVED)) != in port_write()
822 p_port->port_ctrl); in port_write()
H A Dport_utils.cc109 p_port->port_ctrl = 0; in port_set_defaults()