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
/external/bluetooth/bluedroid/stack/rfcomm/
port_int.h
184
#define
PORT_CTRL_IND_RECEIVED
0x04
port_rfc.c
646
if (!(p_port->port_ctrl &
PORT_CTRL_IND_RECEIVED
))
657
p_port->port_ctrl |= (
PORT_CTRL_IND_RECEIVED
| PORT_CTRL_IND_RESPONDED);
698
if (p_port->port_ctrl &
PORT_CTRL_IND_RECEIVED
)
702
if (p_port->port_ctrl &
PORT_CTRL_IND_RECEIVED
)
[
all
...]
port_api.c
[
all
...]
Completed in 3586 milliseconds