ESP-IDF
tBTM_SEC_BLE_KEYS::key_size
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::key_size
tBTM_SEC_BLE_KEYS::key_size field
Syntax
Show:
Summary
Declaration
from
btm_int.h:541
UINT8
key_size
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
key_size
;
/* key size of the LTK delivered to peer device */
btm_int.h:541
p_rec
->
ble
.
keys
.
key_size
=
p_keys
->
penc_key
.
key_size
;
btm_ble.c:1299
btm_sec_save_le_key()
p_rec
->
ble
.
keys
.
key_size
=
p_keys
->
lenc_key
.
key_size
;
btm_ble.c:1352
btm_sec_save_le_key()
p_rec
->
ble
.
keys
.
key_size
,
btm_ble.c:1366
btm_sec_save_le_key()
p_dev_rec
->
enc_key_size
=
p_dev_rec
->
ble
.
keys
.
key_size
;
btm_ble.c:1719
btm_ble_link_encrypted()
p_cb
->
key_size
=
p_rec
->
ble
.
keys
.
key_size
;
btm_ble.c:1760
btm_ble_ltk_request_reply()
BTM_TRACE_DEBUG
(
"key size = %d"
,
p_rec
->
ble
.
keys
.
key_size
)
;
btm_ble.c:1762
btm_ble_ltk_request_reply()
*
p_le_key_size
=
p_dev_rec
->
ble
.
keys
.
key_size
;
btm_ble.c:2454
BTM_GetLeSecurityState()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_SEC_BLE_KEYS::key_size
is written by 1 function and is read by 4 functions:
btm_sec_save_le_key()
All items filtered out
tBTM_SEC_BLE_KEYS::key_size
btm_sec_save_le_key()
btm_ble_link_encrypted()
btm_ble_ltk_request_reply()
BTM_GetLeSecurityState()
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