OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:info_timer_entry
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/l2cap/
l2c_main.c
389
btu_stop_timer (&p_lcb->
info_timer_entry
);
707
btu_stop_timer (&p_lcb->
info_timer_entry
);
[
all
...]
l2c_int.h
391
TIMER_LIST_ENT
info_timer_entry
; /* Timer entry for info resp timeout evt */
member in struct:t_l2c_linkcb
[
all
...]
l2c_utils.c
67
p_lcb->
info_timer_entry
.param = (TIMER_PARAM_TYPE)p_lcb;
125
btu_stop_timer (&p_lcb->
info_timer_entry
);
[
all
...]
l2c_link.c
634
btu_start_timer (&p_lcb->
info_timer_entry
, BTU_TTYPE_L2CAP_INFO, L2CAP_WAIT_INFO_RSP_TOUT);
[
all
...]
Completed in 130 milliseconds