Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Dport_utils.cc402 if (p_port->tx.user_fc == fc) return (0); in port_flow_control_user()
404 p_port->tx.user_fc = fc; in port_flow_control_user()
479 if ((p_port->credit_rx <= p_port->credit_rx_low) && !p_port->rx.user_fc && in port_flow_control_peer()
512 if (!p_port->rx.user_fc) in port_flow_control_peer()
Dport_api.cc799 p_port->rx.user_fc = !enable; in PORT_FlowControl()
802 if (!p_port->rx.user_fc) { in PORT_FlowControl()
809 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl()
866 p_port->rx.user_fc = !enable; in PORT_FlowControl_MaxCredit()
869 if (!p_port->rx.user_fc) { in PORT_FlowControl_MaxCredit()
876 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl_MaxCredit()
Dport_int.h59 bool user_fc; /* true if flow control is set based on user's request */ member
Dport_rfc.cc824 if (p_port->rx.user_fc) { in PORT_DataInd()
Drfc_port_fsm.cc404 (!p_port->rx.user_fc) && in rfc_port_sm_opened()