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

  /system/bt/stack/rfcomm/
port_utils.cc 388 bool fc = p_port->tx.peer_fc || !p_port->rfc.p_mcb ||
477 p_port->rx.peer_fc = false;
484 p_port->rx.peer_fc = true;
488 p_port->rx.peer_fc = true;
498 if (p_port->rx.peer_fc && (p_port->rx.queue_size < PORT_RX_LOW_WM) &&
500 p_port->rx.peer_fc = false;
511 p_port->rx.peer_fc = true;
518 !p_port->rx.peer_fc) {
521 p_port->rx.peer_fc = true;
port_int.h 58 bool peer_fc; /* true if flow control is set based on peer's request */ member in struct:__anon2507
rfc_utils.cc 383 if (p_port->tx.peer_fc) PORT_FlowInd(p_port->rfc.p_mcb, p_port->dlci, true);
393 * Reaches zero, peer_fc is set.
402 if (p_port->credit_tx == 0) p_port->tx.peer_fc = true;
port_api.cc 814 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc);
881 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc);
    [all...]
port_rfc.cc 864 p_port->tx.peer_fc = !enable_data;
908 while (!p_port->tx.peer_fc && p_port->rfc.p_mcb &&
    [all...]
rfc_port_fsm.cc 740 if (new_peer_fc != p_port->tx.peer_fc)

Completed in 63 milliseconds