ESP-IDF
bt_mesh_comp_provision()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_comp_provision()
bt_mesh_comp_provision() function
Syntax
Show:
Summary
Declaration
Definition
from
access.h:49
void
bt_mesh_comp_provision
(
uint16_t
addr
)
;
Implemented in
access.c:453
Arguments
Argument
addr
Examples
References
from
examples
Code
Location
Referrer
void
bt_mesh_comp_provision
(
uint16_t
addr
)
access.c:453
void
bt_mesh_comp_provision
(
uint16_t
addr
)
access.c:375
void
bt_mesh_comp_provision
(
uint16_t
addr
)
;
access.h:49
void
bt_mesh_comp_provision
(
uint16_t
addr
)
;
access.h:45
bt_mesh_comp_provision
(
addr
)
;
ext.c:722
bt_mesh_ext_comp_provision()
bt_mesh_comp_provision
(
addr
)
;
main.c:86
bt_mesh_provision()
bt_mesh_comp_provision
(
bt_mesh_provisioner_get_primary_elem_addr
(
)
)
;
main.c:686
bt_mesh_provisioner_enable()
bt_mesh_comp_provision
(
addr
)
;
mesh.c:108
bt_mesh_provision()
bt_mesh_comp_provision
(
addr
)
;
prov_pvnr.c:944
bt_mesh_provisioner_set_primary_elem_addr()
bt_mesh_comp_provision
(
net
.
primary_addr
)
;
settings.c:249
net_set()
Call Tree
from
examples
bt_mesh_comp_provision()
is called by 5 functions and calls 2 functions:
net_set()
bt_mesh_provision()
bt_mesh_provisioner_enable()
bt_mesh_provisioner_set_primary_elem_addr()
bt_mesh_ext_comp_provision()
All items filtered out
bt_mesh_comp_provision()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
bt_mesh_comp_provision()
reads 9 variables and writes 2 variables:
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
bt_mesh_elem::addr
bt_mesh_elem::model_count
bt_mesh_elem::vnd_model_count
bt_mesh_comp::elem_count
bt_mesh_comp::elem
comp_0
dev_comp
All items filtered out
bt_mesh_comp_provision()
bt_mesh_elem::addr
dev_primary_addr
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