ESP-IDF
tBTM_CB::addr_res_en
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::addr_res_en
tBTM_CB::addr_res_en field
Syntax
Show:
Summary
Declaration
from
btm_int.h:888
BOOLEAN
addr_res_en
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
addr_res_en
;
/* internal use for test: address resolution enable/disable */
btm_int.h:888
if
(
btm_cb
.
addr_res_en
==
FALSE
)
{
btm_ble_addr.c:387
btm_ble_resolve_random_addr()
if
(
btm_cb
.
addr_res_en
==
FALSE
)
{
btm_ble_addr.c:465
btm_identity_addr_to_random_pseudo()
if
(
btm_cb
.
addr_res_en
==
FALSE
)
{
btm_ble_addr.c:502
btm_random_pseudo_to_identity_addr()
btm_cb
.
addr_res_en
=
TRUE
;
btm_main.c:87
btm_init()
return
(
btm_cb
.
addr_res_en
)
?
0
:
1
;
btm_main.c:145
btm_get_ble_addr_resolve_disable_status()
btm_cb
.
addr_res_en
=
enable
;
btm_main.c:150
btm_ble_addr_resolve_enable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_CB::addr_res_en
is written by 2 functions and is read by 4 functions:
btm_init()
btm_ble_addr_resolve_enable()
All items filtered out
tBTM_CB::addr_res_en
btm_ble_resolve_random_addr()
btm_identity_addr_to_random_pseudo()
btm_random_pseudo_to_identity_addr()
btm_get_ble_addr_resolve_disable_status()
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