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

  /external/bluetooth/bluedroid/stack/include/
port_api.h 426 #define PORT_DTRDSR_ON 0x01
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)
437 #define PORT_DUN_DEFAULT_SIGNAL_STATE (PORT_DTRDSR_ON | PORT_CTSRTS_ON)
  /external/bluetooth/bluedroid/stack/rfcomm/
port_utils.c 453 if (changed_signals & PORT_DTRDSR_ON)
457 if (signal & PORT_DTRDSR_ON)
port_api.c 129 p_port->default_signal_state = (PORT_DTRDSR_ON | PORT_CTSRTS_ON | PORT_DCD_ON);
730 p_port->local_ctrl.modem_signal |= PORT_DTRDSR_ON;
734 p_port->local_ctrl.modem_signal &= ~PORT_DTRDSR_ON;
    [all...]
port_rfc.c 160 p_port->peer_ctrl.modem_signal &= ~(PORT_DTRDSR_ON | PORT_CTSRTS_ON | PORT_DCD_ON);
    [all...]

Completed in 1140 milliseconds