OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:credit_tx
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/rfcomm/
rfc_utils.c
415
p_port->
credit_tx
+= credit;
417
RFCOMM_TRACE_EVENT1 ("rfc_inc_credit:%d", p_port->
credit_tx
);
439
if (p_port->
credit_tx
> 0)
440
p_port->
credit_tx
--;
442
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
121
p_port->
credit_tx
= 0;
Completed in 38 milliseconds