ESP-IDF
bt_mesh_net_create()
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_net_create()
bt_mesh_net_create() function
Syntax
Show:
Summary
Declaration
Definition
from
net.h:434
int
bt_mesh_net_create
(
uint16_t
idx
,
uint8_t
flags
,
const
uint8_t
key
[
16
]
,
uint32_t
iv_index
)
;
Implemented in
net.c:482
Arguments
Argument
idx
flags
key
iv_index
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_net_create
(
uint16_t
idx
,
uint8_t
flags
,
const
uint8_t
key
[
16
]
,
net.c:482
int
bt_mesh_net_create
(
uint16_t
idx
,
uint8_t
flags
,
const
uint8_t
key
[
16
]
,
net.c:173
int
bt_mesh_net_create
(
uint16_t
idx
,
uint8_t
flags
,
const
uint8_t
key
[
16
]
,
net.h:434
int
bt_mesh_net_create
(
uint16_t
idx
,
uint8_t
flags
,
const
uint8_t
key
[
16
]
,
net.h:282
err
=
bt_mesh_net_create
(
net_idx
,
flags
,
net_key
,
iv_index
)
;
main.c:72
bt_mesh_provision()
err
=
bt_mesh_net_create
(
net_idx
,
flags
,
net_key
,
iv_index
)
;
mesh.c:99
bt_mesh_provision()
Call Tree
from
examples
bt_mesh_net_create()
is called by 1 function and calls 11 functions:
bt_mesh_provision()
All items filtered out
bt_mesh_net_create()
esp_log_timestamp()
esp_log_write()
bt_mesh_atomic_set_bit_to()
bt_mesh_net_keys_create()
bt_mesh_net_secure_beacon_update()
bt_hex()
bt_mesh_directed_forwarding_sub_init()
atomic_set_bit_to()
bt_mesh_subnet_set()
bt_mesh_subnet_store()
store_iv()
All items filtered out
Data Use
from
examples
bt_mesh_net_create()
reads 13 variables and writes 7 variables:
esp_log_level_t::ESP_LOG_DEBUG
bt_mesh_net::flags
bt_mesh_net::sub
bt_mesh_subnet::kr_flag
bt_mesh_subnet::keys
::BLE_MESH_IVU_IN_PROGRESS
bt_mesh
msg_cache
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_VERBOSE
::BT_MESH_IVU_IN_PROGRESS
All items filtered out
bt_mesh_net_create()
bt_mesh_net::iv_index
bt_mesh_net::ivu_duration
bt_mesh_subnet::net_idx
bt_mesh_subnet::kr_flag
bt_mesh_subnet::kr_phase
bt_mesh_subnet::node_id
msg_cache_next
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