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

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_utils.c 418 p_port->credit_tx += credit;
420 RFCOMM_TRACE_EVENT ("rfc_inc_credit:%d", p_port->credit_tx);
442 if (p_port->credit_tx > 0)
443 p_port->credit_tx--;
445 if (p_port->credit_tx == 0)
port_int.h 198 UINT16 credit_tx; /* Flow control credits for tx path */ member in struct:t_port_info
port_utils.c 121 p_port->credit_tx = 0;
port_rfc.c     [all...]

Completed in 58 milliseconds