OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_EV_CONNECTED
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/rfcomm/
port_rfc.c
477
if (p_port->p_callback && (p_port->ev_mask &
PORT_EV_CONNECTED
))
478
(p_port->p_callback)(
PORT_EV_CONNECTED
, p_port->inx);
520
if (p_port->p_callback && (p_port->ev_mask &
PORT_EV_CONNECTED
))
521
(p_port->p_callback)(
PORT_EV_CONNECTED
, p_port->inx);
646
event |= (
PORT_EV_CONNECTED
& p_port->ev_mask);
696
event = (p_port->ev_mask &
PORT_EV_CONNECTED
);
[
all
...]
/external/bluetooth/bluedroid/stack/include/
port_api.h
127
#define
PORT_EV_CONNECTED
0x00000200 /* RFCOMM connection established */
143
PORT_EV_FC | PORT_EV_FCS |
PORT_EV_CONNECTED
)
Completed in 41 milliseconds