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

  /system/bt/stack/rfcomm/
port_utils.cc 118 p_port->credit_rx = 0;
461 if (count > p_port->credit_rx) {
462 p_port->credit_rx = 0;
464 p_port->credit_rx -= count;
470 if ((p_port->credit_rx <= p_port->credit_rx_low) && !p_port->rx.user_fc &&
471 (p_port->credit_rx_max > p_port->credit_rx)) {
473 (uint8_t)(p_port->credit_rx_max - p_port->credit_rx));
475 p_port->credit_rx = p_port->credit_rx_max;
port_int.h 197 uint16_t credit_rx; /* Flow control credits for rx path, this is */ member in struct:__anon2511
rfc_port_fsm.cc 413 /* There might be an initial case when we reduced rx_max and credit_rx is
419 (p_port->credit_rx_max > p_port->credit_rx)) {
421 (uint8_t)(p_port->credit_rx_max - p_port->credit_rx);
422 p_port->credit_rx = p_port->credit_rx_max;
rfc_port_if.cc 153 p_port->credit_rx = k;
port_api.cc 875 port_flow_control_peer(p_port, true, p_port->credit_rx);
    [all...]
port_rfc.cc 343 p_port->credit_rx = our_k;
    [all...]

Completed in 68 milliseconds