ESP-IDF
bt_mesh_provisioner_set_node_name()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_provisioner_set_node_name()
bt_mesh_provisioner_set_node_name() function
Syntax
Show:
Summary
Declaration
from
pvnr_mgmt.h:78
int
bt_mesh_provisioner_set_node_name
(
uint16_t
index
,
const
char
*
name
)
;
Arguments
Argument
index
name
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_provisioner_set_node_name
(
uint16_t
index
,
const
char
*
name
)
pvnr_mgmt.c:579
int
bt_mesh_provisioner_set_node_name
(
uint16_t
index
,
const
char
*
name
)
;
pvnr_mgmt.h:78
bt_mesh_provisioner_set_node_name
(
arg
->
set_node_name
.
index
,
arg
->
set_node_name
.
name
)
;
btc_ble_mesh_prov.c:2512
btc_ble_mesh_prov_call_handler()
Call Tree
from
examples
bt_mesh_provisioner_set_node_name()
is called by 1 function and calls 4 functions:
btc_ble_mesh_prov_call_handler()
All items filtered out
bt_mesh_provisioner_set_node_name()
esp_log_timestamp()
esp_log_write()
bt_mesh_store_node_name()
provisioner_find_node_with_name()
All items filtered out
Data Use
from
examples
bt_mesh_provisioner_set_node_name()
reads 4 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
bt_mesh_node::name
mesh_nodes
All items filtered out
bt_mesh_provisioner_set_node_name()
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