ESP-IDF
tBTM_LE_PENC_KEYS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_LE_PENC_KEYS
tBTM_LE_PENC_KEYS struct
Syntax
Show:
Summary
Declaration
from
btm_api.h:1786
typedef
struct
{
BT_OCTET16
ltk
;
BT_OCTET8
rand
;
UINT16
ediv
;
UINT8
sec_level
;
UINT8
key_size
;
}
tBTM_LE_PENC_KEYS
;
Fields
Field
Declared as
tBTM_LE_PENC_KEYS::ltk
BT_OCTET16
tBTM_LE_PENC_KEYS::rand
BT_OCTET8
tBTM_LE_PENC_KEYS::ediv
UINT16
tBTM_LE_PENC_KEYS::sec_level
UINT8
tBTM_LE_PENC_KEYS::key_size
UINT8
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
tBTM_LE_PENC_KEYS
tBTA_LE_PENC_KEYS
;
bta_api.h:751
typedef
struct
{
btm_api.h:1786
}
tBTM_LE_PENC_KEYS
;
btm_api.h:1792
typedef
tBTM_LE_PENC_KEYS
tBTA_LE_PENC_KEYS
;
bta_api.h:751
tBTA_LE_PENC_KEYS
tBTA_LE_PENC_KEYS
penc_key
;
/* received peer encryption key */
bta_api.h:758
tBTA_LE_KEY_VALUE
tBTA_LE_KEY_VALUE::penc_key
_btc_read_le_key
(
BTM_LE_KEY_PENC
,
sizeof
(
tBTM_LE_PENC_KEYS
)
,
btc_ble_storage.c:927
_btc_storage_in_fetch_bonded_ble_device()
if
(
_btc_storage_get_ble_bonding_key
(
&
bd_addr
,
BTM_LE_KEY_PENC
,
buffer
,
sizeof
(
tBTM_LE_PENC_KEYS
)
)
==
BT_STATUS_SUCCESS
)
{
btc_ble_storage.c:988
btc_storage_get_bonded_ble_devices_list()
memcpy
(
&
bond_dev
->
bond_key
.
penc_key
,
buffer
,
sizeof
(
tBTM_LE_PENC_KEYS
)
)
;
btc_ble_storage.c:990
btc_storage_get_bonded_ble_devices_list()
sizeof
(
tBTM_LE_PENC_KEYS
)
)
;
btc_dm.c:202
btc_dm_save_ble_bonding_keys()
sizeof
(
tBTM_LE_PENC_KEYS
)
)
;
btc_dm.c:925
btc_dm_sec_cb_handler()
&
p_data
->
ble_key
.
p_key_value
->
penc_key
,
sizeof
(
tBTM_LE_PENC_KEYS
)
)
;
btc_dm.c:927
btc_dm_sec_cb_handler()
tBTM_LE_PENC_KEYS
penc_key
;
/* received peer encryption key */
btc_dm.h:27
btc_dm_ble_cb_t
btc_dm_ble_cb_t::penc_key
}
tBTM_LE_PENC_KEYS
;
btm_api.h:1792
tBTM_LE_PENC_KEYS
tBTM_LE_PENC_KEYS
penc_key
;
/* received peer encryption key */
btm_api.h:1824
tBTM_LE_KEY_VALUE
tBTM_LE_KEY_VALUE::penc_key
tBTM_LE_PENC_KEYS
le_key
;
smp_act.c:1029
smp_proc_master_id()
tBTM_LE_PENC_KEYS
ple_key
;
smp_utils.c:1544
smp_save_secure_connections_long_term_key()
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_LE_KEY_VALUE::penc_key
tBTM_LE_KEY_VALUE
btm_api.h:1824
tBTA_LE_KEY_VALUE::penc_key
tBTA_LE_KEY_VALUE
bta_api.h:758
btc_dm_ble_cb_t::penc_key
btc_dm_ble_cb_t
btc_dm.h:27
Lifecycle
from
examples
All items filtered out
All items filtered out