ESP-IDF
tBTM_SEC_BLE_KEYS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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
tBTM_SEC_BLE_KEYS
tBTM_SEC_BLE_KEYS struct
Syntax
Show:
Summary
Declaration
from
btm_int.h:529
typedef
struct
{
BT_OCTET16
irk
;
BT_OCTET16
pltk
;
BT_OCTET16
pcsrk
;
BT_OCTET16
lltk
;
BT_OCTET16
lcsrk
;
BT_OCTET8
rand
;
UINT16
ediv
;
UINT16
div
;
UINT8
sec_level
;
UINT8
key_size
;
UINT8
srk_sec_level
;
UINT8
local_csrk_sec_level
;
UINT32
counter
;
UINT32
local_counter
;
}
tBTM_SEC_BLE_KEYS
;
Fields
Field
Declared as
tBTM_SEC_BLE_KEYS::irk
BT_OCTET16
tBTM_SEC_BLE_KEYS::pltk
BT_OCTET16
tBTM_SEC_BLE_KEYS::pcsrk
BT_OCTET16
tBTM_SEC_BLE_KEYS::lltk
BT_OCTET16
tBTM_SEC_BLE_KEYS::lcsrk
BT_OCTET16
tBTM_SEC_BLE_KEYS::rand
BT_OCTET8
tBTM_SEC_BLE_KEYS::ediv
UINT16
tBTM_SEC_BLE_KEYS::div
UINT16
tBTM_SEC_BLE_KEYS::sec_level
UINT8
tBTM_SEC_BLE_KEYS::key_size
UINT8
tBTM_SEC_BLE_KEYS::srk_sec_level
UINT8
tBTM_SEC_BLE_KEYS::local_csrk_sec_level
UINT8
tBTM_SEC_BLE_KEYS::counter
UINT32
tBTM_SEC_BLE_KEYS::local_counter
UINT32
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
btm_int.h:529
}
tBTM_SEC_BLE_KEYS
;
btm_int.h:547
tBTM_SEC_BLE_KEYS
tBTM_SEC_BLE_KEYS
keys
;
/* LE device security info in slave rode */
btm_int.h:570
tBTM_SEC_BLE
tBTM_SEC_BLE::keys
memset
(
&
p_dev_rec
->
ble
.
keys
,
0
,
sizeof
(
tBTM_SEC_BLE_KEYS
)
)
;
btm_sec.c:6146
btm_sec_clear_ble_keys()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
tBTM_SEC_BLE::keys
tBTM_SEC_BLE
btm_int.h:570
Lifecycle
from
examples
All items filtered out
All items filtered out