ESP-IDF
tACL_CONN::in_use
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
tACL_CONN::in_use
tACL_CONN::in_use field
Syntax
Show:
Summary
Declaration
from
btm_int.h:128
BOOLEAN
in_use
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
in_use
;
btm_int.h:128
if
(
p_acl_db
->
in_use
btm_acl.c:110
btm_get_acl_db()
if
(
p_acl_db
->
in_use
&&
handle
==
p_acl_db
->
hci_handle
)
{
btm_acl.c:123
btm_get_acl_db()
p
->
in_use
=
TRUE
;
btm_acl.c:272
btm_acl_created()
p
->
in_use
=
FALSE
;
btm_acl.c:433
btm_acl_removed()
if
(
p
&&
p
->
in_use
)
{
btm_acl.c:515
btm_acl_device_down()
if
(
p_acl_conn
&&
p_acl_conn
->
in_use
)
{
btm_main.c:133
btm_acl_active_count()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tACL_CONN::in_use
is written by 2 functions and is read by 3 functions:
btm_acl_created()
btm_acl_removed()
All items filtered out
tACL_CONN::in_use
btm_get_acl_db()
btm_acl_device_down()
btm_acl_active_count()
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