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

  /system/bt/stack/rfcomm/
port_int.h 71 #define MODEM_SIGNAL_DCD 0x08
rfc_port_fsm.cc 723 if (modem_signals & RFCOMM_MSC_DV) pars.modem_signal |= MODEM_SIGNAL_DCD;
port_api.cc 765 ((p_port->local_ctrl.modem_signal & MODEM_SIGNAL_DCD) ? 1 : 0));
    [all...]
port_rfc.cc 625 ((p_port->peer_ctrl.modem_signal & MODEM_SIGNAL_DCD) ? 1 : 0));
    [all...]
rfc_ts_frames.cc 318 ((signals & MODEM_SIGNAL_DCD) ? RFCOMM_MSC_DV : 0);

Completed in 80 milliseconds