OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fcrb
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c
180
if (p_ccb->
fcrb
.wait_ack)
190
tout, p_ccb->timer_entry.in_use, p_ccb->
fcrb
.wait_ack, p_ccb->
fcrb
.waiting_for_ack_q.count);
193
if (p_ccb->
fcrb
.mon_retrans_timer.in_use == 0)
194
btu_start_quick_timer (&p_ccb->
fcrb
.mon_retrans_timer, BTU_TTYPE_L2CAP_CHNL, tout*QUICK_TIMER_TICKS_PER_SEC/1000);
208
if (p_ccb->
fcrb
.mon_retrans_timer.in_use)
212
p_ccb->
fcrb
.wait_ack, p_ccb->
fcrb
.waiting_for_ack_q.count);
214
btu_stop_quick_timer (&p_ccb->
fcrb
.mon_retrans_timer);
229
tL2C_FCRB *p_fcrb = &p_ccb->
fcrb
;
[
all
...]
l2c_utils.c
[
all
...]
l2c_api.c
[
all
...]
l2c_csm.c
775
if (p_ccb->
fcrb
.wait_ack)
789
p_ccb->
fcrb
.connect_tick_count = GKI_get_os_tick_count();
[
all
...]
l2c_int.h
325
tL2C_FCRB
fcrb
;
member in struct:t_l2c_ccb
[
all
...]
Completed in 32 milliseconds