Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Dport_rfc.cc567 if (!(p_port->port_ctrl & PORT_CTRL_REQ_SENT)) { in PORT_PortNegCnf()
597 if (!(p_port->port_ctrl & PORT_CTRL_REQ_SENT)) { in PORT_ControlInd()
601 if (!(p_port->port_ctrl & PORT_CTRL_IND_RECEIVED)) { in PORT_ControlInd()
605 if (p_port->port_ctrl & PORT_CTRL_REQ_CONFIRMED) { in PORT_ControlInd()
610 p_port->port_ctrl |= (PORT_CTRL_IND_RECEIVED | PORT_CTRL_IND_RESPONDED); in PORT_ControlInd()
643 if (!(p_port->port_ctrl & PORT_CTRL_REQ_CONFIRMED)) { in PORT_ControlCnf()
644 p_port->port_ctrl |= PORT_CTRL_REQ_CONFIRMED; in PORT_ControlCnf()
646 if (p_port->port_ctrl & PORT_CTRL_IND_RECEIVED) in PORT_ControlCnf()
650 if (p_port->port_ctrl & PORT_CTRL_IND_RECEIVED) { in PORT_ControlCnf()
Dport_int.h182 uint8_t port_ctrl; /* Modem Status Command */ member
Drfc_port_if.cc253 p_port->port_ctrl |= PORT_CTRL_REQ_SENT; in RFCOMM_ControlReq()
Dport_utils.cc108 p_port->port_ctrl = 0; in port_set_defaults()
Dport_api.cc1290 ((p_port->port_ctrl & (PORT_CTRL_REQ_SENT | PORT_CTRL_IND_RECEIVED)) != in port_write()
1309 p_port->port_ctrl); in port_write()