ESP-IDF
tBTA_DM_CB::disable_timer
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTA_DM_CB::disable_timer
tBTA_DM_CB::disable_timer field
Syntax
Show:
Summary
Declaration
from
bta_dm_int.h:1499
TIMER_LIST_ENT
disable_timer
;
Examples
References
from
examples
Code
Location
Referrer
TIMER_LIST_ENT
disable_timer
;
bta_dm_int.h:1499
bta_sys_free_timer
(
&
bta_dm_cb
.
disable_timer
)
;
bta_dm_act.c:330
bta_dm_deinit_cb()
bta_sys_stop_timer
(
&
bta_dm_cb
.
disable_timer
)
;
bta_dm_act.c:602
bta_dm_disable()
bta_dm_cb
.
disable_timer
.
p_cback
=
(
TIMER_CBACK
*
)
&
bta_dm_disable_conn_down_timer_cback
;
bta_dm_act.c:603
bta_dm_disable()
bta_sys_start_timer
(
&
bta_dm_cb
.
disable_timer
,
0
,
BTA_DISABLE_DELAY
)
;
bta_dm_act.c:604
bta_dm_disable()
bta_dm_cb
.
disable_timer
.
p_cback
=
(
TIMER_CBACK
*
)
&
bta_dm_disable_timer_cback
;
bta_dm_act.c:609
bta_dm_disable()
bta_dm_cb
.
disable_timer
.
param
=
0
;
bta_dm_act.c:610
bta_dm_disable()
bta_sys_start_timer
(
&
bta_dm_cb
.
disable_timer
,
0
,
5000
)
;
bta_dm_act.c:611
bta_dm_disable()
bta_dm_cb
.
disable_timer
.
p_cback
=
(
TIMER_CBACK
*
)
&
bta_dm_disable_timer_cback
;
bta_dm_act.c:659
bta_dm_disable_timer_cback()
bta_dm_cb
.
disable_timer
.
param
=
1
;
bta_dm_act.c:660
bta_dm_disable_timer_cback()
bta_sys_start_timer
(
&
bta_dm_cb
.
disable_timer
,
0
,
1500
)
;
bta_dm_act.c:661
bta_dm_disable_timer_cback()
bta_sys_stop_timer
(
&
bta_dm_cb
.
disable_timer
)
;
bta_dm_act.c:3789
bta_dm_acl_change()
bta_dm_cb
.
disable_timer
.
p_cback
=
(
TIMER_CBACK
*
)
&
bta_dm_disable_conn_down_timer_cback
;
bta_dm_act.c:3790
bta_dm_acl_change()
bta_sys_start_timer
(
&
bta_dm_cb
.
disable_timer
,
0
,
1000
)
;
bta_dm_act.c:3795
bta_dm_acl_change()
if
(
bta_dm_cb
.
disable_timer
.
in_use
)
{
bta_dm_act.c:4163
bta_dm_set_eir()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_DM_CB::disable_timer
is read by 4 functions:
All items filtered out
tBTA_DM_CB::disable_timer
bta_dm_disable()
bta_dm_disable_timer_cback()
bta_dm_acl_change()
bta_dm_set_eir()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out