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 401 p_port->credit_tx += credit;
403 RFCOMM_TRACE_EVENT1 ("rfc_inc_credit:%d", p_port->credit_tx);
425 if (p_port->credit_tx > 0)
426 p_port->credit_tx--;
428 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_rfc.c     [all...]
port_utils.c 126 p_port->credit_tx = 0;

Completed in 519 milliseconds