ESP-IDF
tBTA_BLE_LOCAL_ID_KEYS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTA_BLE_LOCAL_ID_KEYS
tBTA_BLE_LOCAL_ID_KEYS struct
Syntax
Show:
Summary
Declaration
from
bta_api.h:770
typedef
struct
{
BT_OCTET16
ir
;
BT_OCTET16
irk
;
BT_OCTET16
dhk
;
}
tBTA_BLE_LOCAL_ID_KEYS
;
Fields
Field
Declared as
tBTA_BLE_LOCAL_ID_KEYS::ir
BT_OCTET16
tBTA_BLE_LOCAL_ID_KEYS::irk
BT_OCTET16
tBTA_BLE_LOCAL_ID_KEYS::dhk
BT_OCTET16
Related Functions
Found 2 other functions taking a
tBTA_BLE_LOCAL_ID_KEYS
argument:
Function
Description
btc_dm_get_ble_local_keys()
bta_dm_co_ble_load_local_keys()
* Function bta_dm_co_ble_local_key_reload * Description This callout function is to load the local BLE keys if available * on the device. * Parameters none * Returns void.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_api.h:770
}
tBTA_BLE_LOCAL_ID_KEYS
;
bta_api.h:774
tBTA_BLE_LOCAL_ID_KEYS
tBTA_BLE_LOCAL_ID_KEYS
ble_id_keys
;
/* IR event */
bta_api.h:1038
tBTA_DM_SEC
tBTA_DM_SEC::ble_id_keys
tBTA_BLE_LOCAL_ID_KEYS
id_key
;
bta_dm_act.c:416
bta_dm_sys_hw_cback()
tBTA_BLE_LOCAL_ID_KEYS
*
p_id_keys
)
bta_dm_co.c:308
bta_dm_co_ble_load_local_keys()
bta_dm_co_ble_load_local_keys()::p_id_keys
tBTA_BLE_LOCAL_ID_KEYS
*
p_id_keys
)
;
bta_dm_co.h:170
bta_dm_co_ble_load_local_keys()
bta_dm_co_ble_load_local_keys()::p_id_keys
tBTA_BLE_LOCAL_ID_KEYS
*
p_id_keys
)
btc_dm.c:153
btc_dm_get_ble_local_keys()
btc_dm_get_ble_local_keys()::p_id_keys
memcpy
(
&
param
.
ble_security
.
ble_id_keys
,
&
p_data
->
ble_id_keys
,
sizeof
(
tBTA_BLE_LOCAL_ID_KEYS
)
)
;
btc_dm.c:1022
btc_dm_sec_cb_handler()
memcpy
(
&
param
.
ble_security
.
ble_id_keys
,
&
p_data
->
ble_id_keys
,
sizeof
(
tBTA_BLE_LOCAL_ID_KEYS
)
)
;
btc_dm.c:1045
btc_dm_sec_cb_handler()
tBTA_BLE_LOCAL_ID_KEYS
*
p_id_keys
)
;
btc_dm.h:89
btc_dm_get_ble_local_keys()
btc_dm_get_ble_local_keys()::p_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
tBTA_DM_SEC::ble_id_keys
tBTA_DM_SEC
bta_api.h:1038
btc_dm_get_ble_local_keys()::p_id_keys
btc_dm_get_ble_local_keys()
btc_dm.h:89
bta_dm_co_ble_load_local_keys()::p_id_keys
bta_dm_co_ble_load_local_keys()
bta_dm_co.h:170
bta_dm_co_ble_load_local_keys()::p_id_keys
bta_dm_co_ble_load_local_keys()
bta_dm_co.c:308
btc_dm_get_ble_local_keys()::p_id_keys
btc_dm_get_ble_local_keys()
btc_dm.c:153
Lifecycle
from
examples
All items filtered out
All items filtered out