ESP-IDF
tSMP_INT_DATA::key
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
tSMP_INT_DATA::key
tSMP_INT_DATA::key field
Syntax
Show:
Summary
Declaration
from
smp_int.h:234
tSMP_KEY
key
;
Examples
References
from
examples
Code
Location
Referrer
tSMP_KEY
key
;
smp_int.h:234
btm_ble_ltk_request_reply
(
p_cb
->
pairing_bda
,
TRUE
,
p_data
->
key
.
p_data
)
;
smp_act.c:445
smp_send_ltk_reply()
if
(
!
memcmp
(
p_cb
->
rconfirm
,
p_data
->
key
.
p_data
,
BT_OCTET16_LEN
)
)
{
smp_act.c:1135
smp_proc_compare()
UINT8
key_type
=
p_data
->
key
.
key_type
;
smp_act.c:1164
smp_proc_sl_key()
cmd
=
btm_ble_start_encrypt
(
p_cb
->
pairing_bda
,
TRUE
,
p_data
->
key
.
p_data
)
;
smp_act.c:1189
smp_start_enc()
if
(
memcmp
(
p_data
->
key
.
p_data
,
p_cb
->
remote_dhkey_check
,
BT_OCTET16_LEN
)
)
{
smp_act.c:1778
smp_match_dhkey_checks()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tSMP_INT_DATA::key
is read by 5 functions:
All items filtered out
tSMP_INT_DATA::key
smp_send_ltk_reply()
smp_proc_compare()
smp_proc_sl_key()
smp_start_enc()
smp_match_dhkey_checks()
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