Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dport_api.h469 #define PORT_ERR_BREAK 0x01 /* Break condition occured on the peer device */ macro
/system/bt/stack/rfcomm/
Dport_rfc.cc679 if (line_status & PORT_ERR_BREAK) event |= PORT_EV_BREAK; in PORT_LineStatusInd()
681 if (line_status & ~(PORT_ERR_OVERRUN | PORT_ERR_BREAK)) event |= PORT_EV_ERR; in PORT_LineStatusInd()