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

/system/bt/stack/rfcomm/
H A Drfc_utils.c412 p_port->credit_tx += credit;
414 RFCOMM_TRACE_EVENT ("rfc_inc_credit:%d", p_port->credit_tx);
436 if (p_port->credit_tx > 0)
437 p_port->credit_tx--;
439 if (p_port->credit_tx == 0)
H A Dport_int.h198 UINT16 credit_tx; /* Flow control credits for tx path */ member in struct:__anon1256
H A Dport_utils.c125 p_port->credit_tx = 0;
H A Dport_rfc.c1118 p_port->credit_tx = k;
1119 if (p_port->credit_tx == 0)

Completed in 90 milliseconds