ESP-IDF
ble_sm_master_id::rand_val
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
ble_sm_master_id::rand_val
ble_sm_master_id::rand_val field
Syntax
Show:
Summary
Declaration
from
ble_sm_priv.h:132
uint64_t
rand_val
;
Examples
References
from
examples
Code
Location
Referrer
uint64_t
rand_val
;
ble_sm_priv.h:132
rc
=
ble_hs_hci_util_rand
(
&
master_id
->
rand_val
,
sizeof
master_id
->
rand_val
)
;
ble_sm.c:317
ble_sm_gen_master_id_rand()
proc
->
our_keys
.
rand_val
=
master_id
->
rand_val
;
ble_sm.c:2274
ble_sm_key_exch_exec()
master_id
->
rand_val
=
proc
->
our_keys
.
rand_val
;
ble_sm.c:2278
ble_sm_key_exch_exec()
proc
->
peer_keys
.
rand_val
=
le64toh
(
cmd
->
rand_val
)
;
ble_sm.c:2491
ble_sm_master_id_rx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_sm_master_id::rand_val
is written by 1 function and is read by 3 functions:
ble_sm_key_exch_exec()
All items filtered out
ble_sm_master_id::rand_val
ble_sm_gen_master_id_rand()
ble_sm_key_exch_exec()
ble_sm_master_id_rx()
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