ESP-IDF
bt_mesh_provisioner_local_app_key_get()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_provisioner_local_app_key_get()
bt_mesh_provisioner_local_app_key_get() function
Syntax
Show:
Summary
Declaration
from
pvnr_mgmt.h:102
const
uint8_t
*
bt_mesh_provisioner_local_app_key_get
(
uint16_t
net_idx
,
uint16_t
app_idx
)
;
Arguments
Argument
net_idx
app_idx
Examples
References
from
examples
Code
Location
Referrer
const
uint8_t
*
bt_mesh_provisioner_local_app_key_get
(
uint16_t
net_idx
,
uint16_t
app_idx
)
pvnr_mgmt.c:1045
const
uint8_t
*
bt_mesh_provisioner_local_app_key_get
(
uint16_t
net_idx
,
uint16_t
app_idx
)
;
pvnr_mgmt.h:102
return
bt_mesh_provisioner_local_app_key_get
(
net_idx
,
app_idx
)
;
esp_ble_mesh_networking_api.c:450
esp_ble_mesh_provisioner_get_local_app_key()
Call Tree
from
examples
bt_mesh_provisioner_local_app_key_get()
is called by 1 function and calls 4 functions:
esp_ble_mesh_provisioner_get_local_app_key()
All items filtered out
bt_mesh_provisioner_local_app_key_get()
esp_log_timestamp()
esp_log_write()
provisioner_check_app_idx()
provisioner_check_net_idx()
All items filtered out
Data Use
from
examples
bt_mesh_provisioner_local_app_key_get()
reads 8 variables:
esp_log_level_t::ESP_LOG_ERROR
bt_mesh_app_key::net_idx
bt_mesh_app_key::app_idx
bt_mesh_app_key::updated
bt_mesh_app_keys::val
bt_mesh_net::p_app_keys
bt_mesh_app_key::keys
bt_mesh
All items filtered out
bt_mesh_provisioner_local_app_key_get()
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