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.h461 #define PORT_ERR_OVERRUN 0x02 /* Overrun is reported by peer device */ macro
/system/bt/stack/rfcomm/
Dport_rfc.c734 if (line_status & PORT_ERR_OVERRUN) in PORT_LineStatusInd()
740 if (line_status & ~(PORT_ERR_OVERRUN | PORT_ERR_BREAK)) in PORT_LineStatusInd()