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

  /system/bt/stack/rfcomm/
rfc_utils.c 412 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)
port_int.h 198 UINT16 credit_tx; /* Flow control credits for tx path */ member in struct:__anon72847
port_utils.c 125 p_port->credit_tx = 0;
port_rfc.c     [all...]

Completed in 43 milliseconds