Home
last modified time | relevance | path

Searched refs:MODEM_SIGNAL_RTSCTS (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h68 #define MODEM_SIGNAL_RTSCTS 0x02 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_port_fsm.c691 pars.modem_signal |= MODEM_SIGNAL_RTSCTS; in rfc_process_msc()
Dport_rfc.c680 ((p_port->peer_ctrl.modem_signal & MODEM_SIGNAL_RTSCTS) ? 1 : 0), in PORT_ControlInd()
Drfc_ts_frames.c372 ((signals & MODEM_SIGNAL_RTSCTS) ? RFCOMM_MSC_RTR : 0) | in rfc_send_msc()
Dport_api.c753 ((p_port->local_ctrl.modem_signal & MODEM_SIGNAL_RTSCTS) ? 1 : 0), in PORT_Control()