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.c 712 pars.modem_signal |= MODEM_SIGNAL_RTSCTS;
port_api.c 799 ((p_port->local_ctrl.modem_signal & MODEM_SIGNAL_RTSCTS) ? 1 : 0),
    [all...]
port_rfc.c 668 ((p_port->peer_ctrl.modem_signal & MODEM_SIGNAL_RTSCTS) ? 1 : 0),
    [all...]
rfc_ts_frames.c 366 ((signals & MODEM_SIGNAL_RTSCTS) ? RFCOMM_MSC_RTR : 0) |

Completed in 255 milliseconds