ESP-IDF
tBTM_SEC_BLE_KEYS::div
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_SEC_BLE_KEYS::div
tBTM_SEC_BLE_KEYS::div field
Syntax
Show:
Summary
Declaration
from
btm_int.h:539
UINT16
div
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
div
;
/* local DIV to generate local LTK=d1(ER,DIV,0) and CSRK=d1(ER,DIV,1) */
btm_int.h:539
if
(
p_dev_rec
&&
p_dev_rec
->
ble
.
keys
.
div
)
{
btm_ble.c:1254
btm_get_local_div()
*
p_div
=
p_dev_rec
->
ble
.
keys
.
div
;
btm_ble.c:1256
btm_get_local_div()
p_rec
->
ble
.
keys
.
div
=
p_keys
->
lenc_key
.
div
;
/* update DIV */
btm_ble.c:1350
btm_sec_save_le_key()
p_rec
->
ble
.
keys
.
div
,
btm_ble.c:1365
btm_sec_save_le_key()
p_rec
->
ble
.
keys
.
div
=
p_keys
->
lcsrk_key
.
div
;
/* update DIV */
btm_ble.c:1372
btm_sec_save_le_key()
p_rec
->
ble
.
keys
.
div
,
btm_ble.c:1378
btm_sec_save_le_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_SEC_BLE_KEYS::div
is written by 1 function and is read by 2 functions:
btm_sec_save_le_key()
All items filtered out
tBTM_SEC_BLE_KEYS::div
btm_get_local_div()
btm_sec_save_le_key()
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