OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_ERR_OVERRUN
(Results
1 - 2
of
2
) sorted by null
/system/bt/stack/include/
port_api.h
470
#define
PORT_ERR_OVERRUN
0x02 /* Overrun is reported by peer device */
/system/bt/stack/rfcomm/
port_rfc.cc
675
if (line_status &
PORT_ERR_OVERRUN
) event |= PORT_EV_OVERRUN;
679
if (line_status & ~(
PORT_ERR_OVERRUN
| PORT_ERR_BREAK)) event |= PORT_EV_ERR;
[
all
...]
Completed in 47 milliseconds