ESP-IDF
bt_mesh_provisioner_remove_node()
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_remove_node()
bt_mesh_provisioner_remove_node() function
Syntax
Show:
Summary
Declaration
from
pvnr_mgmt.h:62
int
bt_mesh_provisioner_remove_node
(
const
uint8_t
uuid
[
16
]
)
;
Arguments
Argument
uuid
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_provisioner_remove_node
(
const
uint8_t
uuid
[
16
]
)
pvnr_mgmt.c:428
int
bt_mesh_provisioner_remove_node
(
const
uint8_t
uuid
[
16
]
)
;
pvnr_mgmt.h:62
bt_mesh_provisioner_remove_node
(
NULL
)
;
fast_prov.c:188
bt_mesh_set_fast_prov_action()
bt_mesh_provisioner_remove_node
(
link
->
uuid
)
;
prov_pvnr.c:2032
send_prov_data()
bt_mesh_provisioner_remove_node
(
uuid
)
;
pvnr_mgmt.c:336
bt_mesh_provisioner_provision()
Call Tree
from
examples
bt_mesh_provisioner_remove_node()
is called by 3 functions and calls 5 functions:
bt_mesh_provisioner_provision()
send_prov_data()
bt_mesh_set_fast_prov_action()
All items filtered out
bt_mesh_provisioner_remove_node()
esp_log_timestamp()
esp_log_write()
bt_hex()
provisioner_remove_node()
provisioner_find_node_with_uuid()
All items filtered out
Data Use
from
examples
bt_mesh_provisioner_remove_node()
reads 2 variables:
esp_log_level_t::ESP_LOG_WARN
mesh_nodes
All items filtered out
bt_mesh_provisioner_remove_node()
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