Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Dport_utils.c419 BOOLEAN fc = p_port->tx.peer_fc in port_flow_control_user()
527 p_port->rx.peer_fc = FALSE; in port_flow_control_peer()
536 p_port->rx.peer_fc = TRUE; in port_flow_control_peer()
541 p_port->rx.peer_fc = TRUE; in port_flow_control_peer()
553 if (p_port->rx.peer_fc in port_flow_control_peer()
557 p_port->rx.peer_fc = FALSE; in port_flow_control_peer()
570 p_port->rx.peer_fc = TRUE; in port_flow_control_peer()
577 && !p_port->rx.peer_fc) in port_flow_control_peer()
581 p_port->rx.peer_fc = TRUE; in port_flow_control_peer()
Drfc_utils.c422 if (p_port->tx.peer_fc == TRUE) in rfc_inc_credit()
446 p_port->tx.peer_fc = TRUE; in rfc_dec_credit()
Dport_int.h57 BOOLEAN peer_fc; /* TRUE if flow control is set based on peer's request */ member
Dport_rfc.c946 p_port->tx.peer_fc = !enable_data; in PORT_FlowInd()
998 while (!p_port->tx.peer_fc && p_port->rfc.p_mcb && p_port->rfc.p_mcb->peer_ready) in port_rfc_send_tx_data()
1119 p_port->tx.peer_fc = TRUE; in port_get_credits()
Dport_api.c859 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl()
938 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl_MaxCredit()
1399 if (p_port->tx.peer_fc in port_write()
1421 p_port->tx.peer_fc, in port_write()
Drfc_port_fsm.c737 if (new_peer_fc != p_port->tx.peer_fc) in rfc_process_msc()