ESP-IDF
tBTA_HH_DEV_CB::in_use
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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_HH_DEV_CB::in_use
tBTA_HH_DEV_CB::in_use field
Syntax
Show:
Summary
Declaration
from
bta_hh_int.h:241
BOOLEAN
in_use
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
in_use
;
/* control block currently in use */
bta_hh_int.h:241
(
bta_hh_cb
.
kdev
[
index
]
.
in_use
==
FALSE
)
)
{
bta_hh_main.c:441
bta_hh_hdl_event()
bta_hh_cb
.
kdev
[
xx
]
.
in_use
,
xx
,
bta_hh_utils.c:80
bta_hh_find_cb()
if
(
!
bta_hh_cb
.
kdev
[
xx
]
.
in_use
)
{
bta_hh_utils.c:89
bta_hh_find_cb()
bta_hh_cb
.
kdev
[
xx
]
.
in_use
=
TRUE
;
bta_hh_utils.c:91
bta_hh_find_cb()
p_cb
->
in_use
=
TRUE
;
bta_hh_utils.c:193
bta_hh_add_device_to_list()
bta_hh_cb
.
kdev
[
xx
]
.
in_use
,
bta_hh_cb
.
kdev
[
xx
]
.
hid_handle
)
;
bta_hh_utils.c:522
bta_hh_trace_dev_db()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_HH_DEV_CB::in_use
is written by 2 functions and is read by 3 functions:
bta_hh_find_cb()
bta_hh_add_device_to_list()
All items filtered out
tBTA_HH_DEV_CB::in_use
bta_hh_hdl_event()
bta_hh_find_cb()
bta_hh_trace_dev_db()
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