ESP-IDF
tBTM_SEC_BLE_KEYS::pcsrk
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/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_SEC_BLE_KEYS::pcsrk
tBTM_SEC_BLE_KEYS::pcsrk field
Syntax
Show:
Summary
Declaration
from
btm_int.h:532
BT_OCTET16
pcsrk
;
Examples
References
from
examples
Code
Location
Referrer
BT_OCTET16
pcsrk
;
/* peer SRK peer device used to secured sign local data */
btm_int.h:532
memcpy
(
p_rec
->
ble
.
keys
.
pcsrk
,
p_keys
->
pcsrk_key
.
csrk
,
BT_OCTET16_LEN
)
;
btm_ble.c:1330
btm_sec_save_le_key()
if
(
aes_cipher_msg_auth_code
(
p_rec
->
ble
.
keys
.
pcsrk
,
p_orig
,
len
,
BTM_CMAC_TLEN_SIZE
,
p_mac
)
)
{
btm_ble.c:2399
BTM_BleVerifySignature()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_SEC_BLE_KEYS::pcsrk
is read by 2 functions:
All items filtered out
tBTM_SEC_BLE_KEYS::pcsrk
btm_sec_save_le_key()
BTM_BleVerifySignature()
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