ESP-IDF
hci_start_encrypt::long_term_key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
hci_start_encrypt::long_term_key
hci_start_encrypt::long_term_key field
Syntax
Show:
Summary
Declaration
from
ble_sm.c:113
uint8_t
long_term_key
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
long_term_key
[
16
]
;
ble_sm.c:113
memcpy
(
cmd
.
ltk
,
params
->
long_term_key
,
sizeof
(
cmd
.
ltk
)
)
;
ble_sm.c:1147
ble_sm_start_encrypt_tx()
memcpy
(
cmd
.
long_term_key
,
proc
->
ltk
,
sizeof
cmd
.
long_term_key
)
;
ble_sm.c:1166
ble_sm_enc_start_exec()
memcpy
(
cmd
.
long_term_key
,
ltk
,
sizeof
cmd
.
long_term_key
)
;
ble_sm.c:2912
ble_sm_enc_initiate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hci_start_encrypt::long_term_key
is read by 3 functions:
All items filtered out
hci_start_encrypt::long_term_key
ble_sm_start_encrypt_tx()
ble_sm_enc_start_exec()
ble_sm_enc_initiate()
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