ESP-IDF
+
0
/2 examples
SourceVu will show references to
key_material::session_key
from the following samples and libraries:
enc_adv_data_cent sample
enc_adv_data_prph sample
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
key_material::session_key
key_material::session_key field
Syntax
Show:
Summary
Declaration
from
ble_ead.h:58
uint8_t
session_key
[
BLE_EAD_KEY_SIZE
]
;
Examples
key_material::session_key
is referenced by 2 libraries and example projects:
enc_adv_data_cent sample
enc_adv_data_prph sample
References
from
0/2
examples
Code
Location
Referrer
uint8_t
session_key
[
BLE_EAD_KEY_SIZE
]
;
ble_ead.h:58
.
session_key
=
{
0
}
,
ble_svc_gap.c:47
rc
=
os_mbuf_append
(
ctxt
->
om
,
&
(
km
.
session_key
)
,
sizeof
(
km
.
session_key
)
)
;
ble_svc_gap.c:282
ble_svc_gap_access()
memcpy
(
&
km
.
session_key
,
session_key
,
BLE_EAD_KEY_SIZE
)
;
ble_svc_gap.c:348
ble_svc_gap_device_key_material_set()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
key_material::session_key
is read by 1 function:
All items filtered out
key_material::session_key
ble_svc_gap_access()
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out