Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/rfcomm/
Dport_utils.c414 BOOLEAN fc = p_port->tx.peer_fc in port_flow_control_user()
520 p_port->rx.peer_fc = FALSE; in port_flow_control_peer()
529 p_port->rx.peer_fc = TRUE; in port_flow_control_peer()
533 p_port->rx.peer_fc = TRUE; in port_flow_control_peer()
543 if (p_port->rx.peer_fc in port_flow_control_peer()
546 p_port->rx.peer_fc = FALSE; in port_flow_control_peer()
558 p_port->rx.peer_fc = TRUE; in port_flow_control_peer()
565 && !p_port->rx.peer_fc) { in port_flow_control_peer()
568 p_port->rx.peer_fc = TRUE; in port_flow_control_peer()
Drfc_utils.c442 if (p_port->tx.peer_fc == TRUE) { in rfc_inc_credit()
467 p_port->tx.peer_fc = TRUE; in rfc_dec_credit()
Dport_api.c806 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl()
877 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc);
947 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl_GiveCredit()
1388 if (p_port->tx.peer_fc in port_write()
1409 p_port->tx.peer_fc, in port_write()
Dport_rfc.c940 p_port->tx.peer_fc = !enable_data; in PORT_FlowInd()
992 while (!p_port->tx.peer_fc && p_port->rfc.p_mcb && p_port->rfc.p_mcb->peer_ready) { in port_rfc_send_tx_data()
1110 p_port->tx.peer_fc = TRUE; in port_get_credits()
Drfc_port_fsm.c717 if (new_peer_fc != p_port->tx.peer_fc) { in rfc_process_msc()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h57 BOOLEAN peer_fc; /* TRUE if flow control is set based on peer's request */ member
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c43 bool peer_fc; /* true if flow control is set based on peer's request */ member