ESP-IDF
tBTM_BLE_LOCAL_ID_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_BLE_LOCAL_ID_KEYS
tBTM_BLE_LOCAL_ID_KEYS struct
Syntax
Show:
Summary
Declaration
from
btm_api.h:1859
typedef
struct
{
BT_OCTET16
ir
;
BT_OCTET16
irk
;
BT_OCTET16
dhk
;
}
tBTM_BLE_LOCAL_ID_KEYS
;
Fields
Field
Declared as
tBTM_BLE_LOCAL_ID_KEYS::ir
BT_OCTET16
tBTM_BLE_LOCAL_ID_KEYS::irk
BT_OCTET16
tBTM_BLE_LOCAL_ID_KEYS::dhk
BT_OCTET16
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
btm_api.h:1859
}
tBTM_BLE_LOCAL_ID_KEYS
;
btm_api.h:1864
tBTM_BLE_LOCAL_ID_KEYS
tBTM_BLE_LOCAL_ID_KEYS
id_keys
;
btm_api.h:1867
tBTM_BLE_LOCAL_KEYS
tBTM_BLE_LOCAL_KEYS::id_keys
memcpy
(
&
p_devcb
->
id_keys
,
&
p_key
->
id_keys
,
sizeof
(
tBTM_BLE_LOCAL_ID_KEYS
)
)
;
btm_ble.c:212
BTM_BleLoadLocalKeys()
memset
(
&
btm_cb
.
devcb
.
id_keys
,
0
,
sizeof
(
tBTM_BLE_LOCAL_ID_KEYS
)
)
;
btm_ble.c:2702
btm_ble_process_dhk()
memset
(
&
btm_cb
.
devcb
.
id_keys
,
0
,
sizeof
(
tBTM_BLE_LOCAL_ID_KEYS
)
)
;
btm_ble.c:2708
btm_ble_process_dhk()
memset
(
&
btm_cb
.
devcb
.
id_keys
,
0
,
sizeof
(
tBTM_BLE_LOCAL_ID_KEYS
)
)
;
btm_ble.c:2742
btm_ble_process_ir2()
memset
(
&
btm_cb
.
devcb
.
id_keys
,
0
,
sizeof
(
tBTM_BLE_LOCAL_ID_KEYS
)
)
;
btm_ble.c:2767
btm_ble_process_ir()
tBTM_BLE_LOCAL_ID_KEYS
id_keys
;
/* local BLE ID keys */
btm_int.h:252
tBTM_DEVCB
tBTM_DEVCB::id_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_BLE_LOCAL_KEYS::id_keys
tBTM_BLE_LOCAL_KEYS
btm_api.h:1867
tBTM_DEVCB::id_keys
tBTM_DEVCB
btm_int.h:252
Lifecycle
from
examples
All items filtered out
All items filtered out