OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_CTRL_IND_RECEIVED
(Results
1 - 3
of
3
) sorted by null
/system/bt/stack/rfcomm/
port_int.h
184
#define
PORT_CTRL_IND_RECEIVED
0x04
port_rfc.c
647
if (!(p_port->port_ctrl &
PORT_CTRL_IND_RECEIVED
))
658
p_port->port_ctrl |= (
PORT_CTRL_IND_RECEIVED
| PORT_CTRL_IND_RESPONDED);
699
if (p_port->port_ctrl &
PORT_CTRL_IND_RECEIVED
)
703
if (p_port->port_ctrl &
PORT_CTRL_IND_RECEIVED
)
[
all
...]
port_api.c
[
all
...]
Completed in 78 milliseconds