ESP-IDF
tBTM_DEVCB::ble_encryption_key_value
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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
tBTM_DEVCB::ble_encryption_key_value
tBTM_DEVCB::ble_encryption_key_value field
Syntax
Show:
Summary
Declaration
from
btm_int.h:253
BT_OCTET16
ble_encryption_key_value
;
Examples
References
from
examples
Code
Location
Referrer
BT_OCTET16
ble_encryption_key_value
;
/* BLE encryption key */
btm_int.h:253
memcpy
(
p_devcb
->
ble_encryption_key_value
,
p_key
->
er
,
sizeof
(
BT_OCTET16
)
)
;
btm_ble.c:216
BTM_BleLoadLocalKeys()
memcpy
(
ble_encr_key_value
,
btm_cb
.
devcb
.
ble_encryption_key_value
,
BT_OCTET16_LEN
)
;
btm_ble.c:240
BTM_GetDeviceEncRoot()
p_locak_keys
=
(
tBTM_BLE_LOCAL_KEYS
*
)
&
btm_cb
.
devcb
.
ble_encryption_key_value
;
btm_ble.c:2576
btm_notify_new_key()
memcpy
(
&
btm_cb
.
devcb
.
ble_encryption_key_value
[
8
]
,
p
->
param_buf
,
BT_OCTET8_LEN
)
;
btm_ble.c:2604
btm_ble_process_er2()
memset
(
&
btm_cb
.
devcb
.
ble_encryption_key_value
,
0
,
sizeof
(
BT_OCTET16
)
)
;
btm_ble.c:2608
btm_ble_process_er2()
memcpy
(
&
btm_cb
.
devcb
.
ble_encryption_key_value
[
0
]
,
p
->
param_buf
,
BT_OCTET8_LEN
)
;
btm_ble.c:2627
btm_ble_process_er()
memset
(
&
btm_cb
.
devcb
.
ble_encryption_key_value
,
0
,
sizeof
(
BT_OCTET16
)
)
;
btm_ble.c:2630
btm_ble_process_er()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_DEVCB::ble_encryption_key_value
is read by 4 functions:
All items filtered out
tBTM_DEVCB::ble_encryption_key_value
BTM_BleLoadLocalKeys()
BTM_GetDeviceEncRoot()
btm_ble_process_er2()
btm_ble_process_er()
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