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.cc 379 p_port->credit_tx += credit;
381 RFCOMM_TRACE_EVENT("rfc_inc_credit:%d", p_port->credit_tx);
400 if (p_port->credit_tx > 0) p_port->credit_tx--;
402 if (p_port->credit_tx == 0) p_port->tx.peer_fc = true;
port_int.h 196 uint16_t credit_tx; /* Flow control credits for tx path */ member in struct:__anon2511
port_utils.cc 117 p_port->credit_tx = 0;
port_rfc.cc     [all...]

Completed in 110 milliseconds