Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Dport_utils.c430 if (p_port->tx.user_fc == fc) in port_flow_control_user()
433 p_port->tx.user_fc = fc; in port_flow_control_user()
524 && !p_port->rx.user_fc in port_flow_control_peer()
565 if (!p_port->rx.user_fc) in port_flow_control_peer()
Dport_api.c841 p_port->rx.user_fc = !enable; in PORT_FlowControl()
845 if (!p_port->rx.user_fc) in PORT_FlowControl()
855 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl()
920 p_port->rx.user_fc = !enable; in PORT_FlowControl_MaxCredit()
924 if (!p_port->rx.user_fc) in PORT_FlowControl_MaxCredit()
934 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl_MaxCredit()
Dport_int.h60 BOOLEAN user_fc; /* TRUE if flow control is set based on user's request */ member
Drfc_port_fsm.c405 && (!p_port->rx.user_fc) in rfc_port_sm_opened()
Dport_rfc.c904 if (p_port->rx.user_fc) in PORT_DataInd()