OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_DCD_ON
(Results
1 - 4
of
4
) sorted by null
/system/bt/stack/include/
port_api.h
437
#define
PORT_DCD_ON
0x08
443
(PORT_DTRDSR_ON | PORT_CTSRTS_ON |
PORT_DCD_ON
)
445
(PORT_DTRDSR_ON | PORT_CTSRTS_ON |
PORT_DCD_ON
)
447
(PORT_DTRDSR_ON | PORT_CTSRTS_ON |
PORT_DCD_ON
)
/system/bt/stack/rfcomm/
port_utils.cc
438
if (changed_signals &
PORT_DCD_ON
) {
441
if (signal &
PORT_DCD_ON
) events |= PORT_EV_RLSDS;
port_api.cc
173
(PORT_DTRDSR_ON | PORT_CTSRTS_ON |
PORT_DCD_ON
);
739
p_port->local_ctrl.modem_signal |=
PORT_DCD_ON
;
743
p_port->local_ctrl.modem_signal &= ~
PORT_DCD_ON
;
[
all
...]
port_rfc.cc
155
~(PORT_DTRDSR_ON | PORT_CTSRTS_ON |
PORT_DCD_ON
);
[
all
...]
Completed in 639 milliseconds