Home
last modified time | relevance | path

Searched refs:PORT_CTRL_IND_RECEIVED (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_rfc.c658 if (!(p_port->port_ctrl & PORT_CTRL_IND_RECEIVED)) { in PORT_ControlInd()
667 p_port->port_ctrl |= (PORT_CTRL_IND_RECEIVED | PORT_CTRL_IND_RESPONDED); in PORT_ControlInd()
710 if (p_port->port_ctrl & PORT_CTRL_IND_RECEIVED) { in PORT_ControlCnf()
715 if (p_port->port_ctrl & PORT_CTRL_IND_RECEIVED) { in PORT_ControlCnf()
Dport_api.c1392 || ((p_port->port_ctrl & (PORT_CTRL_REQ_SENT | PORT_CTRL_IND_RECEIVED)) != in port_write()
1393 (PORT_CTRL_REQ_SENT | PORT_CTRL_IND_RECEIVED))) { in port_write()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h180 #define PORT_CTRL_IND_RECEIVED 0x04 macro