Home
last modified time | relevance | path

Searched refs:peer_fc (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/rfcomm/
Dport_utils.cc388 bool fc = p_port->tx.peer_fc || !p_port->rfc.p_mcb || in port_flow_control_user()
477 p_port->rx.peer_fc = false; in port_flow_control_peer()
484 p_port->rx.peer_fc = true; in port_flow_control_peer()
488 p_port->rx.peer_fc = true; in port_flow_control_peer()
498 if (p_port->rx.peer_fc && (p_port->rx.queue_size < PORT_RX_LOW_WM) && in port_flow_control_peer()
500 p_port->rx.peer_fc = false; in port_flow_control_peer()
511 p_port->rx.peer_fc = true; in port_flow_control_peer()
518 !p_port->rx.peer_fc) { in port_flow_control_peer()
521 p_port->rx.peer_fc = true; in port_flow_control_peer()
Drfc_utils.cc383 if (p_port->tx.peer_fc) PORT_FlowInd(p_port->rfc.p_mcb, p_port->dlci, true); in rfc_inc_credit()
402 if (p_port->credit_tx == 0) p_port->tx.peer_fc = true; in rfc_dec_credit()
Dport_int.h58 bool peer_fc; /* true if flow control is set based on peer's request */ member
Dport_rfc.cc860 p_port->tx.peer_fc = !enable_data; in PORT_FlowInd()
905 while (!p_port->tx.peer_fc && p_port->rfc.p_mcb && in port_rfc_send_tx_data()
1022 if (p_port->credit_tx == 0) p_port->tx.peer_fc = true; in port_get_credits()
Dport_api.cc804 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl()
871 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl_MaxCredit()
1287 if (p_port->tx.peer_fc || !p_port->rfc.p_mcb || in port_write()
1307 p_port->tx.peer_fc, in port_write()
Drfc_port_fsm.cc767 if (new_peer_fc != p_port->tx.peer_fc) in rfc_process_msc()