ESP-IDF
tBTA_DM_PEER_DEVICE::p_encrypt_cback
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
tBTA_DM_PEER_DEVICE::p_encrypt_cback
tBTA_DM_PEER_DEVICE::p_encrypt_cback field
Syntax
Show:
Summary
Declaration
from
bta_dm_int.h:1413
tBTA_DM_ENCRYPT_CBACK
*
p_encrypt_cback
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_DM_ENCRYPT_CBACK
*
p_encrypt_cback
;
bta_dm_int.h:1413
p_callback
=
bta_dm_cb
.
device_list
.
peer_device
[
i
]
.
p_encrypt_cback
;
bta_dm_act.c:4678
bta_dm_encrypt_cback()
bta_dm_cb
.
device_list
.
peer_device
[
i
]
.
p_encrypt_cback
=
NULL
;
bta_dm_act.c:4679
bta_dm_encrypt_cback()
if
(
bta_dm_cb
.
device_list
.
peer_device
[
i
]
.
p_encrypt_cback
)
{
bta_dm_act.c:4732
bta_dm_set_encryption()
bta_dm_cb
.
device_list
.
peer_device
[
i
]
.
p_encrypt_cback
=
p_data
->
set_encryption
.
p_callback
;
bta_dm_act.c:4743
bta_dm_set_encryption()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_DM_PEER_DEVICE::p_encrypt_cback
is written by 2 functions and is read by 2 functions:
bta_dm_encrypt_cback()
bta_dm_set_encryption()
All items filtered out
tBTA_DM_PEER_DEVICE::p_encrypt_cback
bta_dm_encrypt_cback()
bta_dm_set_encryption()
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