Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dport_api.h350 #define PORT_ERR_OVERRUN 0x02 /* Overrun is reported by peer device */ macro
/system/bt/stack/rfcomm/
Dport_rfc.cc676 if (line_status & PORT_ERR_OVERRUN) event |= PORT_EV_OVERRUN; in PORT_LineStatusInd()
680 if (line_status & ~(PORT_ERR_OVERRUN | PORT_ERR_BREAK)) event |= PORT_EV_ERR; in PORT_LineStatusInd()