HomeSort by relevance Sort by last modified time
    Searched refs:PORT_DCD_ON (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/include/
port_api.h 430 #define PORT_DCD_ON 0x08
435 #define PORT_OBEX_DEFAULT_SIGNAL_STATE (PORT_DTRDSR_ON | PORT_CTSRTS_ON | PORT_DCD_ON)
436 #define PORT_SPP_DEFAULT_SIGNAL_STATE (PORT_DTRDSR_ON | PORT_CTSRTS_ON | PORT_DCD_ON)
437 #define PORT_PPP_DEFAULT_SIGNAL_STATE (PORT_DTRDSR_ON | PORT_CTSRTS_ON | PORT_DCD_ON)
  /system/bt/stack/rfcomm/
port_utils.c 472 if (changed_signals & PORT_DCD_ON)
476 if (signal & PORT_DCD_ON)
port_api.c 163 p_port->default_signal_state = (PORT_DTRDSR_ON | PORT_CTSRTS_ON | PORT_DCD_ON);
782 p_port->local_ctrl.modem_signal |= PORT_DCD_ON;
786 p_port->local_ctrl.modem_signal &= ~PORT_DCD_ON;
    [all...]
port_rfc.c 160 p_port->peer_ctrl.modem_signal &= ~(PORT_DTRDSR_ON | PORT_CTSRTS_ON | PORT_DCD_ON);
    [all...]

Completed in 171 milliseconds