OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_ERR_BREAK
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/include/
port_api.h
459
#define
PORT_ERR_BREAK
0x01 /* Break condition occured on the peer device */
/external/bluetooth/bluedroid/stack/rfcomm/
port_rfc.c
736
if (line_status &
PORT_ERR_BREAK
)
739
if (line_status & ~(PORT_ERR_OVERRUN |
PORT_ERR_BREAK
))
[
all
...]
Completed in 223 milliseconds