HomeSort by relevance Sort by last modified time
    Searched refs:user_fc (Results 1 - 5 of 5) sorted by null

  /system/bt/stack/rfcomm/
port_utils.cc 402 if (p_port->tx.user_fc == fc) return (0);
404 p_port->tx.user_fc = fc;
479 if ((p_port->credit_rx <= p_port->credit_rx_low) && !p_port->rx.user_fc &&
512 if (!p_port->rx.user_fc)
port_int.h 59 bool user_fc; /* true if flow control is set based on user's request */ member in struct:__anon106558
port_api.cc 799 p_port->rx.user_fc = !enable;
802 if (!p_port->rx.user_fc) {
809 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc);
866 p_port->rx.user_fc = !enable;
869 if (!p_port->rx.user_fc) {
876 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc);
    [all...]
port_rfc.cc 824 if (p_port->rx.user_fc) {
    [all...]
rfc_port_fsm.cc 404 (!p_port->rx.user_fc) &&

Completed in 70 milliseconds