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

/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_utils.c420 if (p_port->tx.user_fc == fc)
423 p_port->tx.user_fc = fc;
514 && !p_port->rx.user_fc
555 if (!p_port->rx.user_fc)
H A Dport_int.h58 BOOLEAN user_fc; /* TRUE if flow control is set based on user's request */ member in struct:__anon1419
H A Dport_api.c784 p_port->rx.user_fc = !enable;
788 if (!p_port->rx.user_fc)
798 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc);
H A Dport_rfc.c895 if (p_port->rx.user_fc)
H A Drfc_port_fsm.c404 && (!p_port->rx.user_fc)

Completed in 92 milliseconds