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.h183 #define PORT_CTRL_REQ_CONFIRMED 0x02 macro
Dport_rfc.c652 if (p_port->port_ctrl & PORT_CTRL_REQ_CONFIRMED) in PORT_ControlInd()
695 if (!(p_port->port_ctrl & PORT_CTRL_REQ_CONFIRMED)) in PORT_ControlCnf()
697 p_port->port_ctrl |= PORT_CTRL_REQ_CONFIRMED; in PORT_ControlCnf()