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

  /system/bt/stack/rfcomm/
port_int.h 69 #define MODEM_SIGNAL_RTSCTS 0x02
rfc_port_fsm.cc 719 if (modem_signals & RFCOMM_MSC_RTR) pars.modem_signal |= MODEM_SIGNAL_RTSCTS;
port_api.cc 763 ((p_port->local_ctrl.modem_signal & MODEM_SIGNAL_RTSCTS) ? 1 : 0),
    [all...]
port_rfc.cc 623 ((p_port->peer_ctrl.modem_signal & MODEM_SIGNAL_RTSCTS) ? 1 : 0),
    [all...]
rfc_ts_frames.cc 316 ((signals & MODEM_SIGNAL_RTSCTS) ? RFCOMM_MSC_RTR : 0) |

Completed in 110 milliseconds