Home
last modified time | relevance | path

Searched refs:PORT_CTRL_REQ_CONFIRMED (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/rfcomm/
Dport_int.h178 #define PORT_CTRL_REQ_CONFIRMED 0x02 macro
Dport_rfc.cc603 if (p_port->port_ctrl & PORT_CTRL_REQ_CONFIRMED) { in PORT_ControlInd()
641 if (!(p_port->port_ctrl & PORT_CTRL_REQ_CONFIRMED)) { in PORT_ControlCnf()
642 p_port->port_ctrl |= PORT_CTRL_REQ_CONFIRMED; in PORT_ControlCnf()