OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_EV_ERR
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/include/
port_api.h
119
#define
PORT_EV_ERR
0x00000080 /* Line status error occurred */
140
PORT_EV_ERR
| PORT_EV_RING | PORT_EV_CONNECT_ERR | \
/external/bluetooth/bluedroid/stack/rfcomm/
port_rfc.c
166
if(p_port->ev_mask &
PORT_EV_ERR
)
167
events |=
PORT_EV_ERR
;
737
event |=
PORT_EV_ERR
;
[
all
...]
port_api.c
[
all
...]
Completed in 414 milliseconds