ESP-IDF
esp_ble_bond_key_info_t::pid_key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ble_bond_key_info_t::pid_key
esp_ble_bond_key_info_t::pid_key field
peer device ID key
Syntax
Show:
Summary
Declaration
from
esp_gap_ble_api.h:625
esp_ble_pid_keys_t
pid_key
;
Examples
References
from
examples
Code
Location
Referrer
esp_ble_pid_keys_t
pid_key
;
/*!< peer device ID key */
esp_gap_ble_api.h:625
memcpy
(
&
bond_dev
->
bond_key
.
pid_key
.
irk
,
pid_key
->
irk
,
ESP_BT_OCTET16_LEN
)
;
btc_ble_storage.c:1002
btc_storage_get_bonded_ble_devices_list()
bond_dev
->
bond_key
.
pid_key
.
addr_type
=
pid_key
->
addr_type
;
btc_ble_storage.c:1003
btc_storage_get_bonded_ble_devices_list()
memcpy
(
&
bond_dev
->
bond_key
.
pid_key
.
static_addr
,
pid_key
->
static_addr
,
ESP_BD_ADDR_LEN
)
;
btc_ble_storage.c:1004
btc_storage_get_bonded_ble_devices_list()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_ble_bond_key_info_t::pid_key
is read by 1 function:
All items filtered out
esp_ble_bond_key_info_t::pid_key
btc_storage_get_bonded_ble_devices_list()
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
Lifecycle
from
examples
All items filtered out
All items filtered out