Home
last modified time | relevance | path

Searched refs:MODEM_SIGNAL_DCD (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/stack/rfcomm/
H A Dport_int.h61 #define MODEM_SIGNAL_DCD 0x08 macro
H A Dport_rfc.cc622 ((p_port->peer_ctrl.modem_signal & MODEM_SIGNAL_DCD) ? 1 : 0)); in PORT_ControlInd()
H A Drfc_port_fsm.cc760 if (modem_signals & RFCOMM_MSC_DV) pars.modem_signal |= MODEM_SIGNAL_DCD; in rfc_process_msc()
H A Drfc_ts_frames.cc325 ((signals & MODEM_SIGNAL_DCD) ? RFCOMM_MSC_DV : 0); in rfc_send_msc()