ESP-IDF
tBTM_LE_LCSRK_KEYS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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_LCSRK_KEYS
tBTM_LE_LCSRK_KEYS struct
Syntax
Show:
Summary
Declaration
from
btm_api.h:1810
typedef
struct
{
UINT32
counter
;
UINT16
div
;
UINT8
sec_level
;
BT_OCTET16
csrk
;
}
tBTM_LE_LCSRK_KEYS
;
Fields
Field
Declared as
tBTM_LE_LCSRK_KEYS::counter
UINT32
tBTM_LE_LCSRK_KEYS::div
UINT16
tBTM_LE_LCSRK_KEYS::sec_level
UINT8
tBTM_LE_LCSRK_KEYS::csrk
BT_OCTET16
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
tBTM_LE_LCSRK_KEYS
tBTA_LE_LCSRK_KEYS
;
bta_api.h:754
typedef
struct
{
btm_api.h:1810
}
tBTM_LE_LCSRK_KEYS
;
btm_api.h:1815
typedef
tBTM_LE_LCSRK_KEYS
tBTA_LE_LCSRK_KEYS
;
bta_api.h:754
tBTA_LE_LCSRK_KEYS
tBTA_LE_LCSRK_KEYS
lcsrk_key
;
/* local device CSRK = d1(ER,DIV,1)*/
bta_api.h:762
tBTA_LE_KEY_VALUE
tBTA_LE_KEY_VALUE::lcsrk_key
_btc_read_le_key
(
BTM_LE_KEY_LCSRK
,
sizeof
(
tBTM_LE_LCSRK_KEYS
)
,
btc_ble_storage.c:942
_btc_storage_in_fetch_bonded_ble_device()
sizeof
(
tBTM_LE_LCSRK_KEYS
)
)
;
btc_dm.c:236
btc_dm_save_ble_bonding_keys()
sizeof
(
tBTM_LE_LCSRK_KEYS
)
)
;
btc_dm.c:965
btc_dm_sec_cb_handler()
&
p_data
->
ble_key
.
p_key_value
->
lcsrk_key
,
sizeof
(
tBTM_LE_LCSRK_KEYS
)
)
;
btc_dm.c:967
btc_dm_sec_cb_handler()
tBTM_LE_LCSRK_KEYS
lcsrk_key
;
/* local device CSRK = d1(ER,DIV,1)*/
btc_dm.h:35
btc_dm_ble_cb_t
btc_dm_ble_cb_t::lcsrk_key
}
tBTM_LE_LCSRK_KEYS
;
btm_api.h:1815
tBTM_LE_LCSRK_KEYS
tBTM_LE_LCSRK_KEYS
lcsrk_key
;
/* local device CSRK = d1(ER,DIV,1)*/
btm_api.h:1828
tBTM_LE_KEY_VALUE
tBTM_LE_KEY_VALUE::lcsrk_key
tBTM_LE_LCSRK_KEYS
key
;
smp_act.c:422
smp_send_csrk_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::lcsrk_key
tBTM_LE_KEY_VALUE
btm_api.h:1828
tBTA_LE_KEY_VALUE::lcsrk_key
tBTA_LE_KEY_VALUE
bta_api.h:762
btc_dm_ble_cb_t::lcsrk_key
btc_dm_ble_cb_t
btc_dm.h:35
Lifecycle
from
examples
All items filtered out
All items filtered out