ESP-IDF
_tle::in_use
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
_tle::in_use
_tle::in_use field
Syntax
Show:
Summary
Declaration
from
bt_defs.h:35
UINT8
in_use
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
in_use
;
bt_defs.h:35
if
(
bta_dm_cb
.
disable_timer
.
in_use
)
{
bta_dm_act.c:4163
bta_dm_set_eir()
if
(
bta_dm_cb
.
app_ready_timer
.
in_use
)
{
bta_dm_act.c:4172
bta_dm_set_eir()
p_tle
->
in_use
=
TRUE
;
btu_task.c:453
btu_start_timer()
if
(
p_tle
->
in_use
==
FALSE
)
{
btu_task.c:471
btu_stop_timer()
p_tle
->
in_use
=
FALSE
;
btu_task.c:474
btu_stop_timer()
p_tle
->
in_use
=
FALSE
;
btu_task.c:498
btu_free_timer()
p_tle
->
in_use
=
TRUE
;
btu_task.c:567
btu_start_quick_timer()
if
(
p_tle
->
in_use
==
FALSE
)
{
btu_task.c:585
btu_stop_quick_timer()
p_tle
->
in_use
=
FALSE
;
btu_task.c:588
btu_stop_quick_timer()
p_tle
->
in_use
=
FALSE
;
btu_task.c:603
btu_free_quick_timer()
p_tle
->
in_use
=
TRUE
;
btu_task.c:652
btu_start_timer_oneshot()
if
(
p_tle
->
in_use
==
FALSE
)
{
btu_task.c:662
btu_stop_timer_oneshot()
p_tle
->
in_use
=
FALSE
;
btu_task.c:665
btu_stop_timer_oneshot()
if
(
p_ccb
->
fcrb
.
mon_retrans_timer
.
in_use
==
0
)
{
l2c_fcr.c:182
l2c_fcr_start_timer()
if
(
p_ccb
->
fcrb
.
mon_retrans_timer
.
in_use
)
{
l2c_fcr.c:199
l2c_fcr_stop_timer()
if
(
p_ccb
->
fcrb
.
ack_timer
.
in_use
)
{
l2c_fcr.c:443
prepare_I_frame()
if
(
p_ccb
->
fcrb
.
ack_timer
.
in_use
)
{
l2c_fcr.c:583
l2c_fcr_send_S_frame()
if
(
!
p_ccb
->
fcrb
.
ack_timer
.
in_use
)
{
l2c_fcr.c:1189
process_i_frame()
p_ccb
->
timer_entry
.
in_use
=
0
;
l2c_utils.c:1612
l2cu_allocate_ccb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_tle::in_use
is written by 9 functions and is read by 9 functions:
btu_start_timer()
btu_stop_timer()
btu_free_timer()
btu_start_quick_timer()
btu_stop_quick_timer()
btu_free_quick_timer()
btu_start_timer_oneshot()
btu_stop_timer_oneshot()
l2cu_allocate_ccb()
All items filtered out
_tle::in_use
bta_dm_set_eir()
btu_stop_timer()
btu_stop_quick_timer()
btu_stop_timer_oneshot()
l2c_fcr_start_timer()
l2c_fcr_stop_timer()
prepare_I_frame()
l2c_fcr_send_S_frame()
process_i_frame()
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