ESP-IDF
tBTM_LE_PCSRK_KEYS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_PCSRK_KEYS
tBTM_LE_PCSRK_KEYS struct
Syntax
Show:
Summary
Declaration
from
btm_api.h:1795
typedef
struct
{
UINT32
counter
;
BT_OCTET16
csrk
;
UINT8
sec_level
;
}
tBTM_LE_PCSRK_KEYS
;
Fields
Field
Declared as
tBTM_LE_PCSRK_KEYS::counter
UINT32
tBTM_LE_PCSRK_KEYS::csrk
BT_OCTET16
tBTM_LE_PCSRK_KEYS::sec_level
UINT8
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
tBTM_LE_PCSRK_KEYS
tBTA_LE_PCSRK_KEYS
;
bta_api.h:752
typedef
struct
{
btm_api.h:1795
}
tBTM_LE_PCSRK_KEYS
;
btm_api.h:1799
typedef
tBTM_LE_PCSRK_KEYS
tBTA_LE_PCSRK_KEYS
;
bta_api.h:752
tBTA_LE_PCSRK_KEYS
tBTA_LE_PCSRK_KEYS
psrk_key
;
/* received peer device SRK */
bta_api.h:759
tBTA_LE_KEY_VALUE
tBTA_LE_KEY_VALUE::psrk_key
_btc_read_le_key
(
BTM_LE_KEY_PCSRK
,
sizeof
(
tBTM_LE_PCSRK_KEYS
)
,
btc_ble_storage.c:936
_btc_storage_in_fetch_bonded_ble_device()
if
(
_btc_storage_get_ble_bonding_key
(
&
bd_addr
,
BTM_LE_KEY_PCSRK
,
buffer
,
sizeof
(
tBTM_LE_PCSRK_KEYS
)
)
==
BT_STATUS_SUCCESS
)
{
btc_ble_storage.c:993
btc_storage_get_bonded_ble_devices_list()
memcpy
(
&
bond_dev
->
bond_key
.
pcsrk_key
,
buffer
,
sizeof
(
tBTM_LE_PCSRK_KEYS
)
)
;
btc_ble_storage.c:995
btc_storage_get_bonded_ble_devices_list()
sizeof
(
tBTM_LE_PCSRK_KEYS
)
)
;
btc_dm.c:219
btc_dm_save_ble_bonding_keys()
sizeof
(
tBTM_LE_PCSRK_KEYS
)
)
;
btc_dm.c:947
btc_dm_sec_cb_handler()
&
p_data
->
ble_key
.
p_key_value
->
pcsrk_key
,
sizeof
(
tBTM_LE_PCSRK_KEYS
)
)
;
btc_dm.c:949
btc_dm_sec_cb_handler()
tBTM_LE_PCSRK_KEYS
pcsrk_key
;
/* received peer device SRK */
btc_dm.h:29
btc_dm_ble_cb_t
btc_dm_ble_cb_t::pcsrk_key
}
tBTM_LE_PCSRK_KEYS
;
btm_api.h:1799
tBTM_LE_PCSRK_KEYS
tBTM_LE_PCSRK_KEYS
pcsrk_key
;
/* received peer device SRK */
btm_api.h:1825
tBTM_LE_KEY_VALUE
tBTM_LE_KEY_VALUE::pcsrk_key
tBTM_LE_PCSRK_KEYS
le_key
;
smp_act.c:1106
smp_proc_srk_info()
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::pcsrk_key
tBTM_LE_KEY_VALUE
btm_api.h:1825
tBTA_LE_KEY_VALUE::psrk_key
tBTA_LE_KEY_VALUE
bta_api.h:759
btc_dm_ble_cb_t::pcsrk_key
btc_dm_ble_cb_t
btc_dm.h:29
Lifecycle
from
examples
All items filtered out
All items filtered out