ESP-IDF
+
0
/2 examples
SourceVu will show references to
key_material::iv
from the following samples and libraries:
enc_adv_data_cent sample
enc_adv_data_prph sample
Symbol previews are coming soon...
Symbols
loading (2/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
key_material::iv
key_material::iv field
Syntax
Show:
Summary
Declaration
from
ble_ead.h:59
uint8_t
iv
[
BLE_EAD_IV_SIZE
]
;
Examples
key_material::iv
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
iv
[
BLE_EAD_IV_SIZE
]
;
ble_ead.h:59
.
iv
=
{
0
}
,
ble_svc_gap.c:48
rc
=
os_mbuf_append
(
ctxt
->
om
,
&
(
km
.
iv
)
,
sizeof
(
km
.
iv
)
)
;
ble_svc_gap.c:283
ble_svc_gap_access()
memcpy
(
&
km
.
iv
,
iv
,
BLE_EAD_IV_SIZE
)
;
ble_svc_gap.c:349
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::iv
is read by 1 function:
All items filtered out
key_material::iv
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