Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_utils.c420 if (p_port->tx.user_fc == fc) { in port_flow_control_user()
424 p_port->tx.user_fc = fc; in port_flow_control_user()
513 && !p_port->rx.user_fc in port_flow_control_peer()
549 if (!p_port->rx.user_fc) { in port_flow_control_peer()
Dport_api.c796 p_port->rx.user_fc = !enable; in PORT_FlowControl()
799 if (!p_port->rx.user_fc) { in PORT_FlowControl()
806 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl()
867 p_port->rx.user_fc = !enable;
870 if (!p_port->rx.user_fc) {
877 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc);
936 p_port->rx.user_fc = !enable; in PORT_FlowControl_GiveCredit()
939 if (!p_port->rx.user_fc) { in PORT_FlowControl_GiveCredit()
947 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl_GiveCredit()
Drfc_port_fsm.c400 && (!p_port->rx.user_fc) in rfc_port_sm_opened()
Dport_rfc.c915 if (p_port->rx.user_fc) { in PORT_DataInd()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h58 BOOLEAN user_fc; /* TRUE if flow control is set based on user's request */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c48 bool user_fc; /* true if flow control is set based on user's request */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/spp/
Dbtc_spp.c44 bool user_fc; /* true if flow control is set based on user's request */ member