Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_utils.c418 p_port->credit_tx += credit; in rfc_inc_credit()
420 RFCOMM_TRACE_EVENT ("rfc_inc_credit:%d", p_port->credit_tx); in rfc_inc_credit()
442 if (p_port->credit_tx > 0) in rfc_dec_credit()
443 p_port->credit_tx--; in rfc_dec_credit()
445 if (p_port->credit_tx == 0) in rfc_dec_credit()
Dport_int.h198 UINT16 credit_tx; /* Flow control credits for tx path */ member
Dport_rfc.c1114 p_port->credit_tx = k; in port_get_credits()
1115 if (p_port->credit_tx == 0) in port_get_credits()
Dport_utils.c121 p_port->credit_tx = 0; in port_set_defaults()