ESP-IDF
bt_mesh_provisioner_net_create()
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
bt_mesh_provisioner_net_create()
bt_mesh_provisioner_net_create() function
When a Provisioner tries to create a network, it will check the status of the restored network keys firstly, and try to create one if they are not existed.
Syntax
Show:
Summary
Declaration
Definition
from
pvnr_mgmt.h:44
int
bt_mesh_provisioner_net_create
(
void
)
;
Implemented in
pvnr_mgmt.c:73
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_provisioner_net_create
(
void
)
pvnr_mgmt.c:73
int
bt_mesh_provisioner_net_create
(
void
)
;
pvnr_mgmt.h:44
err
=
bt_mesh_provisioner_net_create
(
)
;
main.c:672
bt_mesh_provisioner_enable()
Call Tree
from
examples
bt_mesh_provisioner_net_create()
is called by 1 function and calls 14 functions:
bt_mesh_provisioner_enable()
All items filtered out
bt_mesh_provisioner_net_create()
esp_log_timestamp()
esp_log_write()
bt_mesh_atomic_set_bit_to()
bt_mesh_calloc()
bt_mesh_free()
bt_mesh_rand()
bt_hex()
bt_mesh_net_keys_create()
bt_mesh_prov_get()
bt_mesh_directed_forwarding_sub_init()
bt_mesh_store_p_net_idx()
bt_mesh_store_p_app_idx()
bt_mesh_store_p_subnet()
bt_mesh_store_iv()
All items filtered out
Data Use
from
examples
bt_mesh_provisioner_net_create()
reads 13 variables and writes 8 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_INFO
bt_mesh_prov::flags
bt_mesh_prov::iv_index
::BLE_MESH_IVU_IN_PROGRESS
bt_mesh_net::flags
bt_mesh_net::p_sub
bt_mesh_subnet::net_idx
bt_mesh_subnet::kr_flag
bt_mesh_subnet_keys::net
bt_mesh_subnet_keys::nid
bt_mesh_subnet::keys
bt_mesh
All items filtered out
bt_mesh_provisioner_net_create()
bt_mesh_net::iv_index
bt_mesh_net::ivu_duration
bt_mesh_net::p_app_idx_next
bt_mesh_net::p_net_idx_next
bt_mesh_subnet::net_idx
bt_mesh_subnet::kr_flag
bt_mesh_subnet::kr_phase
bt_mesh_subnet::node_id
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