ESP-IDF
bt_mesh_get_fast_prov_app_key()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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_get_fast_prov_app_key()
bt_mesh_get_fast_prov_app_key() function
Syntax
Show:
Summary
Declaration
from
fast_prov.h:28
const
uint8_t
*
bt_mesh_get_fast_prov_app_key
(
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_get_fast_prov_app_key
(
uint16_t
net_idx
,
uint16_t
app_idx
)
fast_prov.c:142
const
uint8_t
*
bt_mesh_get_fast_prov_app_key
(
uint16_t
net_idx
,
uint16_t
app_idx
)
;
fast_prov.h:28
return
bt_mesh_get_fast_prov_app_key
(
net_idx
,
app_idx
)
;
esp_ble_mesh_networking_api.c:851
esp_ble_mesh_get_fast_prov_app_key()
Call Tree
from
examples
bt_mesh_get_fast_prov_app_key()
is called by 1 function and calls 3 functions:
esp_ble_mesh_get_fast_prov_app_key()
All items filtered out
bt_mesh_get_fast_prov_app_key()
esp_log_timestamp()
esp_log_write()
bt_mesh_fast_prov_app_key_find()
All items filtered out
Data Use
from
examples
bt_mesh_get_fast_prov_app_key()
reads 4 variables:
esp_log_level_t::ESP_LOG_ERROR
bt_mesh_app_key::keys
bt_mesh_app_key::updated
bt_mesh_app_keys::val
All items filtered out
bt_mesh_get_fast_prov_app_key()
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