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
/external/bluetooth/bluedroid/stack/include/
port_api.h
429
#define
PORT_DCD_ON
0x08
434
#define PORT_OBEX_DEFAULT_SIGNAL_STATE (PORT_DTRDSR_ON | PORT_CTSRTS_ON |
PORT_DCD_ON
)
435
#define PORT_SPP_DEFAULT_SIGNAL_STATE (PORT_DTRDSR_ON | PORT_CTSRTS_ON |
PORT_DCD_ON
)
436
#define PORT_PPP_DEFAULT_SIGNAL_STATE (PORT_DTRDSR_ON | PORT_CTSRTS_ON |
PORT_DCD_ON
)
/external/bluetooth/bluedroid/stack/rfcomm/
port_utils.c
472
if (changed_signals &
PORT_DCD_ON
)
476
if (signal &
PORT_DCD_ON
)
port_api.c
129
p_port->default_signal_state = (PORT_DTRDSR_ON | PORT_CTSRTS_ON |
PORT_DCD_ON
);
746
p_port->local_ctrl.modem_signal |=
PORT_DCD_ON
;
750
p_port->local_ctrl.modem_signal &= ~
PORT_DCD_ON
;
[
all
...]
port_rfc.c
159
p_port->peer_ctrl.modem_signal &= ~(PORT_DTRDSR_ON | PORT_CTSRTS_ON |
PORT_DCD_ON
);
[
all
...]
Completed in 44 milliseconds