ESP-IDF
tBTM_CB::p_acl_db_list
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
tBTM_CB::p_acl_db_list
tBTM_CB::p_acl_db_list field
* ACL Management
Syntax
Show:
Summary
Declaration
from
btm_int.h:852
list_t
*
p_acl_db_list
;
Examples
References
from
examples
Code
Location
Referrer
list_t
*
p_acl_db_list
;
btm_int.h:852
btm_cb
.
p_acl_db_list
=
list_new
(
osi_free_func
)
;
btm_acl.c:77
btm_acl_init()
p_node
=
list_foreach
(
btm_cb
.
p_acl_db_list
,
btm_get_acl_db
,
(
void
*
)
&
acl_params
)
;
btm_acl.c:142
btm_bda_to_acl()
p_node
=
list_foreach
(
btm_cb
.
p_acl_db_list
,
btm_get_acl_db
,
(
void
*
)
&
acl_params
)
;
btm_acl.c:171
btm_handle_to_acl()
if
(
list_length
(
btm_cb
.
p_acl_db_list
)
>=
MAX_L2CAP_LINKS
)
{
btm_acl.c:265
btm_acl_created()
if
(
p
&&
list_append
(
btm_cb
.
p_acl_db_list
,
p
)
)
{
btm_acl.c:270
btm_acl_created()
if
(
list_remove
(
btm_cb
.
p_acl_db_list
,
p
)
)
{
btm_acl.c:491
btm_acl_removed()
for
(
list_node_t
*
p_node
=
list_begin
(
btm_cb
.
p_acl_db_list
)
;
p_node
;
)
{
btm_acl.c:512
btm_acl_device_down()
num_acl
=
list_length
(
btm_cb
.
p_acl_db_list
)
;
btm_acl.c:1385
BTM_GetNumAclLinks()
list_free
(
btm_cb
.
p_acl_db_list
)
;
btm_acl.c:2673
btm_acl_free()
for
(
p_node
=
list_begin
(
btm_cb
.
p_acl_db_list
)
;
p_node
;
p_node
=
list_next
(
p_node
)
)
{
btm_main.c:131
btm_acl_active_count()
for
(
p_node
=
list_begin
(
btm_cb
.
p_acl_db_list
)
;
p_node
;
p_node
=
list_next
(
p_node
)
)
{
btm_pm.c:674
btm_pm_check_stored()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_CB::p_acl_db_list
is written by 1 function and is read by 9 functions:
btm_acl_init()
All items filtered out
tBTM_CB::p_acl_db_list
btm_bda_to_acl()
btm_handle_to_acl()
btm_acl_created()
btm_acl_removed()
btm_acl_device_down()
BTM_GetNumAclLinks()
btm_acl_free()
btm_acl_active_count()
btm_pm_check_stored()
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