Home
last modified time | relevance | path

Searched refs:credit_tx (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/rfcomm/
Drfc_utils.cc390 p_port->credit_tx += credit; in rfc_inc_credit()
392 RFCOMM_TRACE_EVENT("rfc_inc_credit:%d", p_port->credit_tx); in rfc_inc_credit()
412 if (p_port->credit_tx > 0) p_port->credit_tx--; in rfc_dec_credit()
414 if (p_port->credit_tx == 0) p_port->tx.peer_fc = true; in rfc_dec_credit()
Dport_int.h196 uint16_t credit_tx; /* Flow control credits for tx path */ member
Dport_rfc.cc1017 p_port->credit_tx = k; in port_get_credits()
1018 if (p_port->credit_tx == 0) p_port->tx.peer_fc = true; in port_get_credits()
Dport_utils.cc119 p_port->credit_tx = 0; in port_set_defaults()