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 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 433 if (changed_signals & PORT_DCD_ON) {
436 if (signal & PORT_DCD_ON) events |= PORT_EV_RLSDS;
port_api.cc 188 (PORT_DTRDSR_ON | PORT_CTSRTS_ON | PORT_DCD_ON);
745 p_port->local_ctrl.modem_signal |= PORT_DCD_ON;
749 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 70 milliseconds