ESP-IDF
bt_mesh_provisioner_init_prov_info()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_provisioner_init_prov_info()
bt_mesh_provisioner_init_prov_info() function
This function initializes the provisioning information needed by Provisioner, including NetKey Index, flags, IV Index, etc.
Syntax
Show:
Summary
Declaration
from
prov_pvnr.h:252
int
bt_mesh_provisioner_init_prov_info
(
void
)
;
Return value
Zero - success, otherwise - fail
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_provisioner_init_prov_info
(
void
)
prov_pvnr.c:815
int
bt_mesh_provisioner_init_prov_info
(
void
)
;
prov_pvnr.h:252
err
=
bt_mesh_provisioner_init_prov_info
(
)
;
main.c:678
bt_mesh_provisioner_enable()
Call Tree
from
examples
bt_mesh_provisioner_init_prov_info()
is called by 1 function and calls 5 functions:
bt_mesh_provisioner_enable()
All items filtered out
bt_mesh_provisioner_init_prov_info()
esp_log_timestamp()
esp_log_write()
bt_mesh_prov_get()
bt_mesh_comp_get()
bt_mesh_store_prov_info()
All items filtered out
Data Use
from
examples
bt_mesh_provisioner_init_prov_info()
reads 8 variables and writes 3 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
bt_mesh_comp::elem_count
bt_mesh_prov::prov_unicast_addr
bt_mesh_prov::prov_start_address
bt_mesh_prov_ctx::primary_addr
bt_mesh_prov_ctx::alloc_addr
prov_ctx
All items filtered out
bt_mesh_provisioner_init_prov_info()
bt_mesh_prov_ctx::primary_addr
bt_mesh_prov_ctx::alloc_addr
bt_mesh_prov_ctx::net_idx
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