Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dport_api.h118 #define PORT_EV_ERR 0x00000080 /* Line status error occurred */ macro
142 PORT_EV_RLSD | PORT_EV_BREAK | PORT_EV_ERR | PORT_EV_RING | \
/system/bt/stack/rfcomm/
Dport_rfc.cc159 if (p_port->ev_mask & PORT_EV_ERR) events |= PORT_EV_ERR; in port_start_close()
681 if (line_status & ~(PORT_ERR_OVERRUN | PORT_ERR_BREAK)) event |= PORT_EV_ERR; in PORT_LineStatusInd()
Dport_api.cc1298 if ((p_port->p_callback != NULL) && (p_port->ev_mask & PORT_EV_ERR)) in port_write()
1299 p_port->p_callback(PORT_EV_ERR, p_port->handle); in port_write()
1366 event |= PORT_EV_ERR; in PORT_Write()