Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/rfcomm/
H A Dport_int.h58 #define MODEM_SIGNAL_DTRDSR 0x01 macro
H A Dport_rfc.cc619 ((p_port->peer_ctrl.modem_signal & MODEM_SIGNAL_DTRDSR) ? 1 : 0), in PORT_ControlInd()
H A Drfc_port_fsm.cc754 if (modem_signals & RFCOMM_MSC_RTC) pars.modem_signal |= MODEM_SIGNAL_DTRDSR; in rfc_process_msc()
H A Drfc_ts_frames.cc322 ((signals & MODEM_SIGNAL_DTRDSR) ? RFCOMM_MSC_RTC : 0) | in rfc_send_msc()