Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h179 #define PORT_CTRL_REQ_CONFIRMED 0x02 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_rfc.c662 if (p_port->port_ctrl & PORT_CTRL_REQ_CONFIRMED) { in PORT_ControlInd()
707 if (!(p_port->port_ctrl & PORT_CTRL_REQ_CONFIRMED)) { in PORT_ControlCnf()
708 p_port->port_ctrl |= PORT_CTRL_REQ_CONFIRMED; in PORT_ControlCnf()